- Can upload multiple images and videos .
- Directly shows customized files for video and images.
- Stores all the files in the YYYY/MM/DD directory
- Shows progress bar for uploading files
- Deletes files in a single click.
- Made with AJAX and Jquery file upload
Landing Page:
Delete uploaded files:
First, clone the repository to your local machine:
git clone https://github.com/jayesh-prajapati/django-multiple-fileupload.git
Install the requirements:
pip install -r requirements.txt
Create the database:
python manage.py migrate
Finally, run the development server:
python manage.py runserver
The project will be available at 127.0.0.1:8000.
The source code is released under the MIT License.