# flask-file-uploader **Repository Path**: pangzimu/flask-file-uploader ## Basic Information - **Project Name**: flask-file-uploader - **Description**: The upload website script built on python Flask with jQuery File Upload - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-13 - **Last Updated**: 2021-06-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README flask-file-uploader =================== ## Description File Upload Script which built on Python Flask and [jQuery-File-Upload](https://github.com/blueimp/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. - Then install python packages: ``` $ pip install -r requirements.txt ``` - Run it: ``` $ python app.py ``` - Go to http://127.0.0.1:9191