This is a simple http server for testing multiple file upload.
pip3 install -r requirements.txt
./main.py
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/