Hello friends!
I have a problem that many users have been having: I can't get file uploading to work using
jsp. I have read many of the posts that talk about the multipart request, etc etc. Unfortunately, I'm still not able to understand what I'm doing wrong. I am using O'Reily's FileUploadBean to try and do this and I don't know why it does not work. When I try to upload the file it tells me an HTTP 500 internal Server Error "The Page Cannot be Displayed." If anyone can shed some light on this situation, it would be greatly appreciated. I hope I have suppled enough info. Please tell me so if I have not.
The HTML page to upload the file:
------------------------------------
The jsp to handle the file:
--------------------------------------
The
java code for the FileUploadBean class:
------------------------------------------------
-= Marco =-