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.txt
file. (*Unix) -
Create virtual enviroment (use
virtualenv
) and activate it.$ shell cd flask-file-uploader $ python3 -m venv venv $ . venv/bin/activate
-
Then install python packages:
$ pip install -r requirements.txt
-
Run it:
$ python app.py
-
Go to http://127.0.0.1:5000