d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Python3 Http.server
Add Reply New Topic New Poll
Member
Posts: 3,987
Joined: Jun 21 2008
Gold: 1,243.46
May 2 2024 03:48am
Dumb question… python3 has a http.server function as a basic web server. Does it also have a function to allow uploads? If not, what would be easiest way to achieve this?
Member
Posts: 2,815
Joined: Mar 14 2005
Gold: 13,414.17
May 2 2024 04:47am
The simple HTTP Server from the command line python3 -m http.server 80 only supports HEAD and GET requests

You can try the upload server

https://pypi.org/project/uploadserver/
Go Back To Computers & IT Topic List
Add Reply New Topic New Poll