I have a jsp page contains two forms. The first form I have a feature to save a draft request which I identify the form to enctype="multipart/form-data", it will pop up a save window box. The second form I have just added the feature to submit an upload file with the request, and added multipart/form-data to the form too.
Since I added multipart/form-data to the second form, the save windox box does not pop up anymore of the first form. Is it I cannot have two multipart/form-data in one JSP? Anyone know how to solve this? |