I'm trying to set up a script that will post a picture file to a hosting
site. Normally, the site accepts uploads via a web form using a POST action.
How can I make this file transfer to the host so it'll think it's posted
by it's own web form? I just don't get how to set it up..
--