Recommend this page to a friend! |
All requests ![]() |
> | What is the best PHP file upload queu... | > | Request new recommendation | > | ![]() |
> | ![]() |
by gus - 2 years ago (2021-03-28)
+1 | I would like a solution to allow queuing multiple file uploading in the same page. |
2. by Ray Paseur - 2 years ago (2021-03-30) Reply
This already exists in native HTML
<form enctype="multipart/form-data" method="post"> <input type="file" multiple name="my_files[]" /> <input type="submit" /> </form>
1. by Manuel Lemos - 2 years ago (2021-03-30) Reply
I think this can be solved with a solution that combines PHP and JavaScript.
Recommend package | |
|