Skip to content

darkstarx/FlaskHTTPServerWithUpload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published