I'm trying to write a script for automatic uploading of file data to a remote server. I'm using PHP with cURL support; for ordinary POST forms, I just format the header data as if it were a querystring. Where can I read about how to format a header for the file upload request?
Thanks for your help!
Rob