Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
1.7
-
None
-
None
Description
Help Cactus users test multipart/form-data. At least explain how to do it. Libraries to help on the server-side include <link href="http://www.servlets.com/cos/index.html">cos.jar</link> and <link href="http://jakarta.apache.org/commons/fileupload/">Commons FileUpload</link>. Then we still need to provide a mechanism to easily send multipart/form-data on the Cactus client side. The best solution would be to use HttpClient but we are currently not exposing the HttpClient API so that it could be used in a test. Submitted by <link href="mailto:Gunnar.Skogen@ergo.no">Gunnar Ole Skogen</link>.