geektown / flask-file-uploader

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Create virtual env and install python packages

$ sudo pip install virtualenv
$ cd flask-file-uploader/
$ virtualenv flask
$ flask/bin/pip install -r requirements.txt

Now you can run application by command ./app.py

About

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


Languages

Language:JavaScript 45.5%Language:HTML 33.4%Language:Python 11.2%Language:CSS 6.5%Language:Shell 3.5%