Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
6 replies
Subscribers
7 subscribers
Views
5740 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
User Interface
Query on File Size Limit
joanneh
over 8 years ago
While creating the File Upload function in ui, may I know if there is anyway to SET PARTICULAR LIMIT to the size of file being upload?
Thanks.
OriginalPostID-233969
Discussion posts and replies are publicly visible
Parents
0
venkateshs329
over 8 years ago
#joanneh: Please try below code
a!fileUploadField(
label:"Document ",
value:ri!doc,
saveInto:ri!doc,
validations:if(isnull(ri!doc),{},{if((document(ri!doc,"size")/1024>1024),"validation message goes here","")})
)
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
venkateshs329
over 8 years ago
#joanneh: Please try below code
a!fileUploadField(
label:"Document ",
value:ri!doc,
saveInto:ri!doc,
validations:if(isnull(ri!doc),{},{if((document(ri!doc,"size")/1024>1024),"validation message goes here","")})
)
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data