uploadserver
uploadserver copied to clipboard
Python's http.server extended to include a file upload page
Sometimes I want to just share small chunk of text between devices, or copy text from one device and paste in another device. It is not easy for mobile phones...
Is there any way to limit the Content-Length for a POST request? Thanks.
Hello @Densaugeo, Your useful program does not currently support chunked upload. In some cases, such as for instance uploading to a web server exposed by Cloudflare Tunnel, there is a...