Hiii Guys,
If one have two nested forms , one is having enctype="multipart/form-data" and the other normal one.
Something in this way;
<form name="first" enctype ="multipart/form-data" method="post"´action= "1st.jsp">
<input...>
<input...>
<form name = "second" method="post" action="2nd.jsp">
<input...>
<input..>
</form>
<input...>
<input..>
</form>
Is this possible to have this...
If one have two nested forms , one is having enctype="multipart/form-data" and the other normal one.
Something in this way;
<form name="first" enctype ="multipart/form-data" method="post"´action= "1st.jsp">
<input...>
<input...>
<form name = "second" method="post" action="2nd.jsp">
<input...>
<input..>
</form>
<input...>
<input..>
</form>
Is this possible to have this...