This is a small example on how to build file upload form using DropzoneJS and the backend will be handled by Django.
Here, you'll find a minimal Django project with a minimal app. You can run the example standalone by cloning the repository.
For more information about how this project has been created you can visit my blog.
python manage.py syncdb
python manage.py runserver
- Go to http://127.0.0.1:8000/ and upload some files.
- Django 1.5 (https://www.djangoproject.com/)
- Python 2.x (http://www.python.org/)
- Dropzone 2.0 (http://www.dropzonejs.com/)