https://github.com/blackiq/flask-upload
Flask upload code
https://github.com/blackiq/flask-upload
flask python upload
Last synced: about 1 year ago
JSON representation
Flask upload code
- Host: GitHub
- URL: https://github.com/blackiq/flask-upload
- Owner: BlackIQ
- License: mit
- Created: 2021-03-14T11:02:45.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-05-15T20:30:47.000Z (about 4 years ago)
- Last Synced: 2025-04-07T18:43:02.575Z (about 1 year ago)
- Topics: flask, python, upload
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 13
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flask Uploader
Simple code for uploading file via **Flask**.
### How to run?
```
$ git clone https://github.com/BlackIQ/Flask-Upload
$ cd Flask-Upload
$ export FLASK_App=app/main.py
$ export FLASK_ENV=development
$ flask run
```
Thx from [Erfan Saberi](https://github.com/erfansaberi) 🌹