From 85baebd0d4369a41a5ccac6e456a07b7f5d08c2a Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 17 Feb 2005 07:47:32 +0000 Subject: mention filename= for the -F --- docs/curl.1 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/curl.1 b/docs/curl.1 index 515356f6d..3b6fb3ce1 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -380,6 +380,11 @@ or \fBcurl\fP -F "name=daniel;type=text/foo" url.com +You can also explicitly change the name field of an file upload part by +setting filename=, like this: + +\fBcurl\fP -F "file=@localfile;filename=nameinpost" url.com + See further examples and details in the MANUAL. This option can be used multiple times. -- cgit v1.2.3