How to identify File size before form submit

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

Parents Reply
  • If the "rules" that determine whether a User processes a "document in other system or make it inactive so it wont available for sending" can be codified then you should automate it, not leave it to the User to decide. You can access an uploaded document's properties in a rule and then route the document accordingly. A User making this decision does not seem to add any value .

Children