curl-and-php
Re: File Upload & Post problem - libcurl + PHP
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Tue, 2 May 2006 23:49:43 +0200 (CEST)
Date: Tue, 2 May 2006 23:49:43 +0200 (CEST)
On Tue, 2 May 2006, lakshmipriya prabhu wrote:
> Problem : Upload & post to the website is not happening and i am getting
> directed to the error page with trace summary as below
> Expect: 100-continue
> Content-Type: multipart/form-data; boundary=----------------------------0b038ba78c65
Both these are request headers. Are you saying the site returns these?
> < HTTP/1.1 100 Continue
This is perfectly normal and expected since you sent a Expect: 100-continue.
> < HTTP/1.1 200 OK
And here's an OK response. Now why was this bad again?
-- Commercial curl and libcurl Technical Support: http://haxx.se/curl.html _______________________________________________ http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-and-phpReceived on 2006-05-02