Link to home
Start Free TrialLog in
Avatar of tpolnyi
tpolnyi

asked on

How to read HTML file and display it for user’s confirmation?

How to read HTML file and display it for user’s confirmation?
This is part of the file upload process using Struts.
.

1.      I developed the upload file page, where I can choose HTML file.
2.      In Action class I need to read that file and display it to the user for confirmation.
3.      After “confirm” save it  to the DB2 table
4.      Display that HTML file, as part of the  “Welcome page”.
The Welcome page should get the last row from the DB2 table and display it.

I am new in Web development trying to switch from  the mainframe.
Really need your help.
I am using Struts, JSP and Java.


Avatar of Mick Barry
Mick Barry
Flag of Australia image

if you make it accessible on the web server you can provide a link for the user to view it.
perhaps in anm iframe allowing you to also include your own content such as a confirmirmation form on the page
ASKER CERTIFIED SOLUTION
Avatar of arun_kuttz
arun_kuttz

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial