{% extends 'base.html' %} {% load static %} {% block title %}Multiple File Upload{% endblock %} {% block css %} {% endblock %} {% block js %} {% endblock %} {% block content %}

Multiple File Upload header small text goes here...

jQuery File Upload

Demo Notes

  • The maximum file size for uploads in this demo is 5 MB (default file size is unlimited).
  • Only image files (JPG, GIF, PNG) are allowed in this demo (by default there is no file type restriction).
  • Uploaded files will be deleted automatically after 5 minutes (demo setting).
Add files...
 
PREVIEW FILE INFO UPLOAD PROGRESS
No file selected
{% endblock %} {% block outter_content %} {% verbatim %} {% endverbatim %} {% endblock %}