Django jQuery File Upload Demo

AngularJS version


File Upload widget with multiple file selection, drag&drop support, progress bars, validation and preview images, audio and video for AngularJS.
Supports cross-domain, chunked and resumable file uploads and client-side image resizing.


{% csrf_token %}
Add files...
 
{% verbatim %}

{{file.name}} {{file.name}} {{file.name}}

Error {{file.error}}

{{file.size | formatFileSize}}

{% endverbatim %}

Demo Notes