Roland Weber wrote:
> 
> What MIME type are you using? I suggest something like
> application/binary or application/x-your-app-name.
> If you call request.getParameter() on the server side,
> the Servlet container might read the stream if the
> MIME type indicates parameters.
> 

I use "application/binary" because i cannot decide which type of file it is,
that i want to upload. I'm just getting an FIleInputStream. However, I'm
getting crazy with this.
What do you mean with "MIME type indicates parameters"?
-- 
View this message in context: 
http://www.nabble.com/Send-InputStream-via-PostMethod-tp14252100p14270437.html
Sent from the HttpClient-User mailing list archive at Nabble.com.


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

Reply via email to