From 5992252b3d5e0b37587bf3f234d289ffeae42ba4 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 16 Mar 2000 11:32:53 +0000 Subject: updates and fixes --- FAQ | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'FAQ') diff --git a/FAQ b/FAQ index dea807e96..5496057d3 100644 --- a/FAQ +++ b/FAQ @@ -1,4 +1,4 @@ -Date: 19 November 1999 +Date: 15 March 2000 Frequently Asked Questions about Curl @@ -29,3 +29,12 @@ Date: 19 November 1999 I am very interested in once and for all getting some kind of report or README file from those who have used libcurl in a threaded environment, since I haven't and I get this question more and more frequently! + +4. Why doesn't my posting using -F work? + + You can't simply use -F or -d at your choice. The web server that will + receive your post assumes one of the formats. If the form you're trying to + "fake" sets the type to 'multipart/form-data', than and only then you must + use the -F type. In all the most common cases, you should use -d which then + causes a posting with the type 'application/x-www-form-urlencoded'. + -- cgit v1.2.3