I am not able to get values from both files and text input in a servlet when my form includes multipart/form-data. I am using the apache.commons.fileuploads for help with th
I have had similar problems in the past. The only way i could find round the problem was to put the fileupload into its own form.