What is an efficient way to implement a multiple file upload service? Are there any popular libraries for this? Basically I watch a web presentation, serve a client that would allow them to upload files: i.e. browse their file system and select up to 6 files.
Is the implementation of the above service better than a single file download. those. allowing only one download at a time? If so, what is an effective way to implement this or reuse popular libraries.
I am creating a Java Dynamic Web for deployment on Tomcat.
thank
source
share