I have a requirement in which i need to process few data to generate a Id field and at the same time i need to upload a few images which needs to be done at the press of a single button.I mean to say both the data and image have to be processed(image uploaded in file server and data saved in database)at the same time.I am using apache commons to upload the files and in the process i have set the form type as multipart.The problem is I have a few parameters set in the request itself whch when extracted in the servlet are returning null.Please provide me some pointers as to how can i extract these parameters set in request in the servlet.Please help me ..
Share
Something like this helps you to extract the content :