Download multiple files at once

I create a website with very simple cms. I already created the form already with input type = "file" for uploading images, but the client wants to upload several files at once. So I searched and I found Uploadify , but also found some errors, and I want to try something else. Any help?

Thanks in advance;)

+3
source share
4 answers

Take a look at plupload .

This is a plugin that uses many different technologies to upload multiple files to the server, such as HTML5, GEARS, FLASH, HTML4, SILVERLIGHT and selects the one that works best in the user's browser.

jquery UI .

+2

, HTML5, . , gmail.

0

one of the possible ways is to download the zip file through input type = "file" and unzip it into a script after loading

0
source

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


All Articles