I am trying to implement a small file upload servlet.  I got it to work with
normal text files, but if I try to upload any type of binary file, I get an
Internal Server Error.  The form is defined as:
<FORM enctype="multipart/form-data" method=post action="/meter/UploadFile">
  Add File: <INPUT type=file name=newFile>
  <INPUT type=submit value="Upload">
</FORM>

Even if I change the servlet to a simple HelloWorld servlet, I still get the
Internal Server Error.

Thanks,
Dan

--

-----------------------
Daniel T. Gynn
Essential Systems, Inc.
412-931-5403
fax: 412-931-5425
[EMAIL PROTECTED]



------------------------------------------------------------
To subscribe:    [EMAIL PROTECTED]
To unsubscribe:  [EMAIL PROTECTED]
Problems?:       [EMAIL PROTECTED]

Reply via email to