aboutsummaryrefslogtreecommitdiff
path: root/FAQ
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-03-16 11:32:53 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-03-16 11:32:53 +0000
commit5992252b3d5e0b37587bf3f234d289ffeae42ba4 (patch)
treecbf9314cc6b23ac8a7abccd46d6c10c23f19e8be /FAQ
parent90030a49c7facfefeca8157255f213197343c340 (diff)
updates and fixes
Diffstat (limited to 'FAQ')
-rw-r--r--FAQ11
1 files changed, 10 insertions, 1 deletions
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'.
+