This site is developed to XHTML and CSS2 W3C standards.
If you see this paragraph, your browser does not support those standards and you
need to upgrade. Visit WaSP
for a variety of options.
Paste #64
Posted by: BitByByte
Posted on: 2025-10-28 19:26:06
Age: 124 days ago
Views: 44
import requests
with open(r"screenshot.png", "rb") as f:
r = requests.post("http://spburg.ddns.net:42439/upload", files={"file": f})
print(r.status_code, r.headers.get("content-type"))
print(r.text[:500])
Download raw |
Create new paste