Appian Community and Appian Academy are being upgraded. From July 24–August 3, the Appian Community will be in read-only mode. During this time, the site will be read-only and user registration will be disabled. We apologize for any inconvenience this may cause, but a more secure, stable, and performant Community experience is coming soon!
The new Appian Community launches August 3, followed by Appian Academy on August 7. During the migration, Appian Community Edition, Appian Academy, Documentation, Certifications, Instructor-led Customer Training, Partner Sales Training & Accreditation, and Forum (for Appian Partners and Customers only) will remain available.
Hello All,
We are using fileUploadField() in editable grid to upload a new document and we want to show the file size of newly uploaded document to be reflected immediately in one of the columns of the grid without submitting the form.
Any help is greatly appreciated.
Thanks,Sonakshi
Discussion posts and replies are publicly visible
You can access a file's properties using fv!files - see here for details:
https://docs.appian.com/suite/help/20.1/File_Upload_Component.html
is there any way ,to catch file size and then put in conditional statements to notify user an error like file should not more then x kb size like this, is it possible in appian?
In the validation configuration of the file upload field you can use fv!files.size property to do the validation.