Effective way to implement a client service for downloading multiple files

  • 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

+1
source share
2

, SWFUpload. , , . . , , .

+2

, , mozilla/webkit. YUIUpload YUI3. //, SWFUpload.

+2

Source: https://habr.com/ru/post/1740378/


All Articles