Orielly Multipart file upload problems
843841Apr 9 2003 — edited Apr 13 2003I 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">
....