- Can upload multiple images and videos .
- Directly shows customized files for video and images.
- Stores all the files in the YYYY/M/D directory
- Deletes files in a single click.
- Made with AJAX and Jquery file upload
Landing Page: http://127.0.0.1:8000/ Delete uploaded files: http://127.0.0.1:8000/clear/
First, clone the repository to your local machine:
git clone https://github.com/jayesh-prajapati/django-multiple-fileupload.gitCreate the database:
python manage.py migrateFinally, run the development server:
python manage.py runserverThe project will be available at 127.0.0.1:8000.
The source code is released under the MIT License.