i want to upload an image using jsp. for that i want to use browse button in the first page then i want to upload the image using a jsp page into a folder. how can i do this. thanking you
This kind of thing is hard to do in a JSP, as there is real coding to be done. So the page should submit to a servlet, where FileUpload will do the heavy lifting, and can then forward to the second JSP.