This is a Django demo project of the django-chunked-upload module.
To see a live demo of the project go to: django-chunked-upload.juliomalegria.com.
- Clone the repo.
git clone git@github.com:juliomalegria/django-chunked-upload-demo.git cd django-chunked-upload-demo/
- Install the requirements (I suggest using a virtualenv).
virtualenv ven source venv/bin/activate pip install -r requirements.txt
- Create the tables.
./manage.py syncdb --noinput
- Run the server.
./manage.py runserver
- Go to 127.0.0.1:8000 and upload a file.
If you find any bug or you want to propose a new feature, please use the issues tracker. I'll be happy to help you! :-)