I am sending the source files , all processing
instructions are removed from the files. I will be
grateful for any help.

thanks

Firstly the file selector part
name : upload.jsp
<HTML>
  <HEAD>
  </HEAD>
  <BODY>
    <form name="upload"  method="post"
action="/java/1.jsp" enctype="multipart/form-data">
      <BR><BR>
      Select a file: <INPUT TYPE="FILE" NAME="file1">
<INPUT TYPE="SUBMIT" Name="Submit" Value="Submit" >
 </BODY>
</HTML>

Now the handler part
name : 1.jsp
<HTML>
  <HEAD>
  </HEAD>
  <BODY>
    <FORM name="upload"  method="post"
action="upload.jsp" >
      <INPUT TYPE="HIDDEN" Name="strdirname"
value="\">
      <INPUT TYPE="HIDDEN" Name="strbasedir"
value="\">
      <INPUT TYPE="HIDDEN" Name="strsorttype"
value="name">
    </FORM>
  </BODY>
</HTML>

--- Simon Brooke <[EMAIL PROTECTED]>
wrote:
> On Friday 29 June 2001 22:03, ahmet yilmaz wrote:
> > First of all i must apologize for the delay in the
> > response .. i must have forgotten to mention that
> > tomcat is run as a standalone server.
> >
> > I have removed everything from the part that
> handles
> > the uploded file except the html tags but the
> error
> > remains. I have also forced IE not to use http
> 1.1;
> > unfortunately i get the same error. What else
> should i
> > do?
> 
> Mail me your source?
> 
> 
> -- 
> [EMAIL PROTECTED] (Simon Brooke)
> http://www.jasmine.org.uk/~simon/
> 
>                       -- mens vacua in medio vacuo --


__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/

Reply via email to