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.
- Re: [PHP] HTTP POST a file with CURL <----------PLEASE... SpamSucks86
- Re: [PHP] HTTP POST a file with CURL <----------P... Bogdan Stancescu
- RE: [PHP] HTTP POST a file with CURL <----------P... Martin Towell