Re: multipart/form-data Boundary issues

2004-06-29 Thread Eric Dalquist
Ortwin Glück wrote: Eric Dalquist wrote: 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? Eric, Actually

Re: multipart/form-data Boundary issues

2004-06-29 Thread Eric Dalquist
in MultipartFormDataProvider and call an extra method on FilePart to get the fileName and append it to the Content-Disposition. -Eric Dalquist Kalnichevski, Oleg wrote: Subject: RE: multipart/form-data Boundary issues From: Kalnichevski, Oleg [EMAIL

multipart/form-data Boundary issues

2004-06-28 Thread Eric Dalquist
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