Skip to content

The upload website script built on python Flask with jQuery File Upload

Notifications You must be signed in to change notification settings

ajklili/FileUploader_Flask

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flask-file-uploader

Description

File Upload Script which built on Python Flask and jQuery-File-Upload with multiple file selection, drag&drop support, progress bars, validation and preview images, audio and video for jQuery.

Setup

  • Install system package. See the system_package.txt file. (*Unix)

  • Create virtual enviroment (use virtualenv) and activate it.

conda create -n webgui python=2.7
source activate webgui
https://github.com/Insightzen/flask-file-uploader.git
cd flask-file-uploader
pip install -r requirements.txt
python app.py

About

The upload website script built on python Flask with jQuery File Upload

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 54.3%
  • HTML 21.9%
  • Python 12.0%
  • CSS 7.7%
  • Shell 4.1%