posted 10 years ago
Hi all,
I'm successfully uploded file into server & i want to show that uploded file in same JSP page(With using frameset).But problem is i'm unable to show
the uploded file in same jsp, means can't transfer the value to the second frameset in same JSP.Can anybody help me to give some code for this.
.
Please help me.... without your's help i'm not able forward my project
I'm successfully uploded file into server & i want to show that uploded file in same JSP page(With using frameset).But problem is i'm unable to show
the uploded file in same jsp, means can't transfer the value to the second frameset in same JSP.Can anybody help me to give some code for this.
.
Please help me.... without your's help i'm not able forward my project
posted 10 years ago
To do this, you will need 2 HTML file and 2 JSPs:
One to contain the frameset (frameset.html) One to contain the Upload button (upload.jsp) One to display the result of the upload (results.jsp) One mostly blank html page to use as a place holder for the results frame until you're ready to display data in it (blank.html) Your frameset.html will look something like this:
In the <html:form> tag of your upload.jsp, specify target="resultsFrame". Then when your action processes the upload file and forwards to the results.jsp, it will be displayed in the resultsFrame.
In the <html:form> tag of your upload.jsp, specify target="resultsFrame". Then when your action processes the upload file and forwards to the results.jsp, it will be displayed in the resultsFrame.
Merrill
Consultant, Sima Solutions