Multiple Form Handling in JSP and Servlets for File Uploading
Shantanu Gangakhedkar
Greenhorn
Joined: Jan 19, 2000
Posts: 15
posted
0
Hello I am developing the small business portal. I have got one Target_Profile.jsp file which contains information about the Simple HTML form with file control for uploading the file . I have got Multiple Forms for handling these two different requests seperately. The simple HTML form content is stored in flat file. I have to upload the file also for and submit the data to next JSP also using same page but diff forms. How this can be managed using same JSP page. enctype="multipart/form-data" is there style like which accepts both the information.file info and html form info also please reply thanx in adv Shantanu
S.R.Gangakhedkar
ramu av
Greenhorn
Joined: Feb 25, 2003
Posts: 28
posted
0
hai see u can use two "FRAMES" on the same screen . one to send data & another to upload the file. i think that would help u.