Storm Linux User wrote:
> 
> <form method="post" action="my_servlet">
> <input type="file" name="my_class_file">
> <input type="submit">
> </form>

Your <form> tage is missing the ENCTYPE="multipart/form-data" tag.
Without this your page does not return a file.

sven

-- 
======================================================================================
Sven E. van 't Veer                                          
http://www.cachoeiro.net
Java Developer                                                      [EMAIL PROTECTED]
======================================================================================

Reply via email to