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.
-
Install system package. See the
system_package.txtfile. (*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
- Go to http://127.0.0.1:5000