I have two jsp page, in first page i write html code. in html i have on form in which two textbox and one file upload control and submit button.
now, when i click on submit button then i want to get whole form data (textbox data and file path) in second jsp page.
In second jsp page i write code of file uploading.
My problem is i didn't get both data in second jsp page. i got either textbox data or file. but i want both at a time.
so please help me. Thanks.