I've been looking through the code dealing with multipart form uploads and have a few questions. First off, what happens if the text that someone is uploading contains the boundary text since it is hard coded in this implementation?

Also I'm actually looking at the code to reconstruct a multipart/form-data message body from a set of files and named parameters. I don't actually want to send a request, just create the body and write it to a stream. My only issue is that I need to be able to set the boundary string from my code.

I'm more that willing to modify the httpclient code to achieve the 2nd point. The 1st issue would then have to be resolved by someone else. My code could still use the default, hard coded boundary in the interim though.

-Eric Dalquist

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to