As we have new feature of import / download using html5 / css (In TS 8.2.0.1).
Is there OOTB option to restrict the size of the image and files uploaded?
Is this what you are looking for?
The maximum default file upload size is 100 MB.
You can increase the default upload size using the following procedure to change relevant configuration files.
To increase maximum default file upload size
In IWHOME/iw-webd/conf/modsecurity.conf.template, change the value of SecRequestBodyLimit:
SecRequestBodyLimit sizeinbytes
In JBOSS_HOME/standalone/configuration/standalone.xml, change the value of:
<http-listener name="default" socket-binding="http" max-post-size="<sizeinbytes>"/>
Thanks
Vinod Goud