django-sticky-uploads icon indicating copy to clipboard operation
django-sticky-uploads copied to clipboard

Multiple File Uploads

Open mlavin opened this issue 11 years ago • 1 comments

Modern browsers support the multiple attribute http://www.w3schools.com/tags/att_input_multiple.asp. It might be worth investigating supporting this. Currently there is no equivalent Django form field for multiple files so that would need to be added as well.

mlavin avatar Jul 19 '13 23:07 mlavin

There is django-multiupload (https://github.com/Chive/django-multiupload) for uploading multiple files. Probably it can be integrated.

vstoykov avatar Jan 13 '16 12:01 vstoykov