Skip to content

Minimal Python Flask HTTP server for uploading files

License

Notifications You must be signed in to change notification settings

ckrbl/python-file-upload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python File Upload

Mininal Python Flask HTTP server for uploading files. Allows for multiple files to be uploaded at once.

Run instructions

python3 -m pip install flask
python3 app.py