Possible Duplicate:
How to upload files in JSP/Servlet?
File Uploading with Servlets?
I am using Glassfish. How can i upload a file/image/song using a servlet ? After the user clicks the upload button in the form the servlet should handle that data and should copy it at a defined location on server.
Will the method be different if do this on some other server such as Tomcat ?