Monday, November 12, 2007

Python Uploader

Using the code I found here and replacing the following lines:

filename = 'e:\\dog_rawhide-bones-chews_sub.jpg'
conn = httplib.HTTPConnection("www.uberthings.com")
conn.request("POST", "/mobile/up.php", picture)





It appears that a connection was made to the upload site.





I just don't have any idea on how to view the image on the download site.