Date: 2005-02-20T01:08:11 Editor: RolandWeber Wiki: Jakarta-HttpClient Wiki Page: UseCases/SandBox/MultipartWithCustomPartHeaders URL: http://wiki.apache.org/jakarta-httpclient/UseCases/SandBox/MultipartWithCustomPartHeaders
no comment New Page: = Use Case: Post Multipart Form Data With Custom Part Headers = == Description == I want to POST multipart form data, but I have to add custom headers to some of the parts. This option is mentioned by [http://www.faqs.org/rfcs/rfc2068.html RFC 2068] in section 19.4.5. == Background == The current 3.0 API allows only to set some standard headers for the parts (like {{{ StringPart }}}, {{{ FilePart }}},...), but not to add generic headers by name and value. This use case was posted to the [http://jakarta.apache.org/commons/httpclient/mail-lists.html developer mailing list] by Edwin Kempin on Valentine's Day (Feb. 14) 2005. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
