I had a little typo in my mail, the enclosing quotation
marks where missing for the attribute action.
That's the corrected version:
<html>
<form enctype="multipart/form-data"
action="<%= response.encodeUrl("/servlets/servlet/Upload") %>"
method="post">
<input type="file" name="FileData" value="" size="52" maxlength="255">
<input type="submit" value="Abschicken">
</form>
</html>
> -----Urspr�ngliche Nachricht-----
> Von: Christoph Kukulies [mailto:[EMAIL PROTECTED]]
> Gesendet: Sonntag, 22. April 2001 20:36
> An: [EMAIL PROTECTED]
> Betreff: Re: file upload servlet
>
> <html>
> <form enctype="multipart/form-data" action=<%
> response.encodeUrl("/servlets/servlet/Upload")
> %>
> method="post">
> <input type="file" name="FileData" value="" size="52" maxlength="255">
> <input type="submit" value="Abschicken">
> </form>
> </html>