curl-users
Re: Curl file upload to Django framework fails
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Thu, 29 Oct 2009 12:45:41 +0100 (CET)
Date: Thu, 29 Oct 2009 12:45:41 +0100 (CET)
On Thu, 29 Oct 2009, VidJa Hunter wrote:
> curl -F data=@<filename goes here> -F submit=go http://<my submit url>
Then add "--trace-ascii dumpfile" and compare that data stream to the ones you
do succesfully with other tools and see if you can figure out why.
Your command line above is how it is supposed to be used.
-- / daniel.haxx.se ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-users FAQ: http://curl.haxx.se/docs/faq.html Etiquette: http://curl.haxx.se/mail/etiquette.htmlReceived on 2009-10-29