JSP page uploading an attachment and form data
Hi i am using a JSP page to upload a file..and submit some form data (including textboxes and checkboxes)..and directing the input to another JSP page which sends it to a JDBC bean..
the problem is that i am not able to correctly do so...the request submits all the data at once which contains textfields and checkboxes..so i can not process the data before sending it to a bean

