]> granicus.if.org Git - curl/commitdiff
67. When creating multipart formposts. The file name part can be encoded with
authorDaniel Stenberg <daniel@haxx.se>
Fri, 31 Jul 2009 11:16:04 +0000 (11:16 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 31 Jul 2009 11:16:04 +0000 (11:16 +0000)
  something beyond ascii but currently libcurl will only pass in the verbatim
  string the app provides. There are several browsers that already do this
  encoding. The key seems to be the updated draft to RFC2231:
  http://tools.ietf.org/html/draft-reschke-rfc2231-in-http-02

docs/KNOWN_BUGS

index f9ac8f8188c5f76783da845ab7cb7aa5393403d9..9173dbad0cba1e0635cec6a2b193c29e0f781fa0 100644 (file)
@@ -3,6 +3,12 @@ join in and help us correct one or more of these! Also be sure to check the
 changelog of the current development status, as one or more of these problems
 may have been fixed since this was written!
 
+67. When creating multipart formposts. The file name part can be encoded with
+  something beyond ascii but currently libcurl will only pass in the verbatim
+  string the app provides. There are several browsers that already do this
+  encoding. The key seems to be the updated draft to RFC2231:
+  http://tools.ietf.org/html/draft-reschke-rfc2231-in-http-02
+
 66. When using telnet, the time limitation options don't work.
   http://curl.haxx.se/bug/view.cgi?id=2818950