curl-library
Re: Uploading *.swf files.
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Tue, 10 Feb 2009 19:31:15 +0100 (CET)
Date: Tue, 10 Feb 2009 19:31:15 +0100 (CET)
On Tue, 10 Feb 2009, Robert Korcz wrote:
> Any suggestions why the *.swf file (it's 10kb big) get's lost on the way?
No, as libcurl uploads all kinds of the data the same binary way.
I suggest you use CURLOPT_DEBUGFUNCTION or wireshark to verify that libcurl
sends what you want it to, and once you see that the exact binary contents is
sent you can compare for example with a browser upload or check the server end
closer.
-- / daniel.haxx.seReceived on 2009-02-10