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

Reply via email to