hi,
I'm trying to submit a file to a servlet.
I'm wanna use the request.getInputStream() to get the data of the file
and request.getContentType() to get the content type
I'd like to know if it's possible to get the pure content of the file
without any headers of the multipart/form-data
thanks
Georges
- Re: getInputStream Georges Boutros
- Re: getInputStream Jeff Kilbride
- Re: getInputStream Sam Newman
