8000 GitHub - Williano/AJAX-File-Uploader: A file uploader that can upload files in chunks to a Django server using AJAX request and response cycle.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A file uploader that can upload files in chunks to a Django server using AJAX request and response cycle.

Notifications You must be signed in to change notification settings

Williano/AJAX-File-Uploader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AJAX-File-Uploader

Here is the link of the blog for this project, incase you want a code walk through.

Install django in your local machine if not installed.

pip install django

Run the project.

python manage.py runserver

Below is the glimpse of the web app.

image 1 image 2 image 3

About

A file uploader that can upload files in chunks to a Django server using AJAX request and response cycle.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 59.5%
  • JavaScript 27.4%
  • HTML 10.8%
  • CSS 2.3%
0