Skip to content
Advertisement

cURL Simple File Upload – 417 Expectation Failed

I have a problem with a simple file upload post with cURL… I did it so many times but in this case I always get “417 Expectation Failed” from server. When I try to post with my browser it works 100% but with cURL not.

That’s my configuration:

My simple test form that works:

JavaScript

here the image_upload.php:

JavaScript

my cURL script (image_upload.sh) looks like this:

JavaScript

and here the server headers:

JavaScript

I don’t know where the error is, maybe you can recognize it.

Advertisement

Answer

Can also be fixed using set opt header setting:

JavaScript

http://www.khattam.info/417-expectation-failed-in-php-curl-while-submitting-multi-part-forms-2011-04-14.html

User contributions licensed under: CC BY-SA
7 People found this is helpful
Advertisement