<pirate_speak_off>
I have just been given a new challenge where I will need to post data to a different web site on regular intervals and that data will also need to include some attached files. The files will reside on my web server and, for reasons I wont' explain here, I can't ftp them.
here is kind of an outline of what I'm after:
The site to which I will be sending this data is going to create a custom "action" page to which we can submit post data over an SSL connection. On the site (the form page) they currently have, you can browse for and upload files. The action page they will create for us will have a few minor modifications to their existing one, but being able to accept files from the post data is a must.
I am goign to use cURL to POST the data and need to be able to attach files....
how's that for redundancy
</pirate_speak_off>