Forum Moderators: coopster
So basically what I'm asking is: what is the best way to POST a file to a third party site so that it appears as if the file had simply been selected on a form?
I guess I could open a socket to the third party site and send all the neccessary HTTP data that way, but I was hoping for something a little more high level.