Hi,
I am developing an application that requires uploading multiple files. Number of files can be very large eg 200. I like to know if there is a restriction on number of files in multiple file upload. I am aware that there is a size limitation of 2mb, is that the size limit for a single file or all files?
At the moment I am also investigating other options such as Java Applets.
Thank you