Skip to content

jayesh-prajapati/django-multiple-fileupload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-multiple-fileupload

Python Version Django Version

Multiple file upload application in Django Framework

Features!

  • 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

urls

Landing Page:

http://127.0.0.1:8000/

Delete uploaded files:

http://127.0.0.1:8000/clear/

Running the Project Locally

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.

License

The source code is released under the MIT License.

About

A Django application for uploading multiple image and video files.It can store uploaded data to file specific directory with year - month - day folder structure.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published