Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Orielly Multipart file upload problems

843841Apr 9 2003 — edited Apr 13 2003
I am using the orielly package to upload files to an iPlanet 6.0 web server. Sometimes the file upload works and sometimes when I hit submit, immediately a "could not find server" error appears in the browser. I checked my logs and the request never makes it to the web server. Any ideas on what would cause this problem. Here is the html in my form:

<FORM action="/myservlet" ENCTYPE="multipart/form-data" method="post">
....
<input type="file" size="50" name="link">
....
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 11 2003
Added on Apr 9 2003
2 comments
57 views