Hello,
        I have encountered a problem regarding 'multipart/form-data' encryption
type in a html FORM.
I have written a servlet through which an user uploads file. I am expecting
that the content type coming to the servlet will be of type
'multipart/form-data' . To handle this particular type of data i am using the
MultipartRequest parser provided by Oreilly.
But everytime i am running the servlet, i am getting a 'Internal Server Error'.
Why this is so?Is it due to the fact that Tomcat cannot handle the
'multipart/form-data'?
        I am using Apache 1.3.12 as webserver and Tomcat 3.2 as servlet
container.

Any help will be highly appreciated.

Thanks,
Saikat




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

Reply via email to