Skip to content

sibtc/multiple-file-upload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multiple File Upload

Example used in the blog post Django Multiple Files Upload Using Ajax

Running Locally

git clone https://github.com/sibtc/multiple-file-upload.git
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver