Marco Gomez

Greenhorn
+ Follow
since Apr 11, 2006
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Marco Gomez

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 =-
19 years ago
JSP