Rooboo wrote:
> Ok for Now I just set the InputStreamRequestEntity, but I also don't get it
> really in the servlet, because it seems to be empty.

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.

hope that helps,
  Roland


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

Reply via email to