Skip to content Skip to sidebar Skip to footer
Showing posts with the label Basehttpserver

Python Basehttpserver File Upload With Maxfile-size

If the file is to big i dont want to download it to my server and then delete it, I just want to te… Read more Python Basehttpserver File Upload With Maxfile-size

Python's BaseHTTPServer Returns Junky Responses

I use Python's BaseHTTPServer and implement the following very simple BaseHTTPRequestHandler: c… Read more Python's BaseHTTPServer Returns Junky Responses