tags:

views:

121

answers:

1

i am trying to upload an image from a jsp page using servlet. but how can i get the file in my servlet from the jsp file.

+1  A: 

Look at the apache project http://commons.apache.org/fileupload/using.html or the cos library http://www.servlets.com/cos/

Pierre