Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 338 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 338 Bytes

FlaskHTTPServerWithUpload

This is a simple http server for testing multiple file upload.

Run

pip3 install -r requirements.txt

./main.py

Usage

You can upload files using browser (just load http://localhost:5000/) as well as using curl like this curl -X POST -F [email protected] -F [email protected] http://localhost:5000/