Hi
I did not test your page with my hint, but I had a similar problem.
And couldn't believe the reason when I found out why it was not working.
In your form you are writing name in lower case.
> Eric,
>
> > Hi
> >
> > Are you using by any change this option when doing a post :
> > enctype="mu
Hi
Are you using by any change this option when doing a post :
enctype="multipart/form-data"
?
Eric
"Rodriguez Victor A." wrote:
>
> Hi All,
>
> I'm new to the list and I'm setting up Tomcat 3.2 + IIS and we get the
> problem stated in http://znutar.cortexity.com/BugRatViewer/ShowReport/55
Hi
I got it working without renaming the zip file.
But just sure that the file is in a directory oracle/jdbc/lib and that
you include the filename in your path :
for example : setenv CLASSPATH
${CLASSPATH}:/home/username/oracle/jdbc/lib/classes12.zip
ERic
> Ganasen Gounden wrote:
> > I d
Hi
I read here http://www.oop-reserch.com/tomcat_3_1_ext.html that JSP
could NOT handle yet data posted by a form with the method POST and
enctype="multipart/form-data".
Is this true?
At least when I tried it out under Tomcat 3.1. it did not work.
Did anybody solve the problem?
ERic
Hi
You have to include the name of the jar in the class path, for example :
setenv CLASSPATH ${CLASSPATH}:/usr/java/java3d-utils-src.jar
Eric
Nagappan A wrote:
>
> Hello all,
> I'm using Debian GNU/Linux + Apache + Tomcat. I, have list of class
> files and I, have made it 2 a jar. Now, h
Hi
I try to get a BLOB from an oracle database and to save it to a file.
>From a small test program everything works fine. When I copy the code
into a servlet I get a strange error from the database at the moment
when I try to read the first byte on the InputStream:
java.io.IOException: ORA-0101