Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Verified Answer
Replies
7 replies
Subscribers
7 subscribers
Views
7235 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
User Interface
File Upload Validation
tanvirs
over 8 years ago
How to put a Validation on a file upload field so that the user could only upload images.
OriginalPostID-249057
Discussion posts and replies are publicly visible
Parents
0
Krishna Chaitanya
A Score Level 1
over 8 years ago
images with jpg extensions use this code
if(
exact(
right(ri!name,3),
"jpg"
),
{},
"Only jpg file extensions are allowed"
)
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Krishna Chaitanya
A Score Level 1
over 8 years ago
images with jpg extensions use this code
if(
exact(
right(ri!name,3),
"jpg"
),
{},
"Only jpg file extensions are allowed"
)
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data