Uploading multiple files in Django through one form field Uploading multiple files in Django through one form field django django

Uploading multiple files in Django through one form field


https://github.com/tstone/django-uploadify is a reusable Django app that integrates http://uploadify.com.

From Uploadify's website:

Uploadify is a jQuery plugin that integrates a fully-customizable multiple file upload utility on your website. It uses a mixture of Javascript, ActionScript, and any server-side language to dynamically create an instance over any DOM element on a page.


No, you can't do that - HTML file inputs don't allow it.