how can i make a servlet to validate a form with two file upload one image and other a pdf file. along with the other string parameters like name age gender etc.,
i need to validate the pdf and image files in servlet and save it in folder of my project, and the path and other parameters in database.
please help..!!
i need to do in servlets only first then will try in struts.