Densaugeo / uploadserver

Python's http.server extended to include a file upload page

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiple files upload

procex1 opened this issue · comments

I have it all correctly set for single files uploads but I would like to add a choice for multiple files uploads... is that possible with this library? Thank you!

It doesn't support multiple files, but I've wanted to do that a couple times myself. I'll leave the issue open and I might get around to adding it eventually.

Now supported in 1.0.0, and pushed to PyPI.