If I had a form on a page with <input type="file"> it would POST the
file to the script. I want to have a PHP script read a file and then
emulate that action to another script. Since the
enctype="multipart/form-data" I'd think that I can't just use the normal
POST method with CURL to do it. Anyone know how to do this? Thanks for
any and all replies.

Reply via email to