HI ,
In webtop when we used to import operation , and select the file by using add file button and click on next . can we get the file from the file location and display in that container which i used to import .
Do you want to display the content in the Container?
Hi,
I trying to display the whole file .from what user selects to import the file to repository.
when i tryed this in normal jsp it is comming
<iframe name="import" src=file:///E:/Test.pdf width="100" height="100"/>
the above tag is not working when inclueded in our wdk jsp page.
Your question is remarkable similar to this
https://community.emc.com/thread/137937
and this
https://community.emc.com/thread/138022
by any chance are ye on the same team/project?
regardless, you'll have to upload the file to web server before downloading it again to be displayed to user, if you wish to use simple HTML... to avoid upload download bounce, you will need a custom applet and sign it so it has permission to access content on the users PC