cancel
Showing results for 
Search instead for 
Did you mean: 

can i embed an html page in the webdynpro

Former Member
0 Kudos

i am having a html file which will select one file and will upload to the server...

can i embed that html file in my web dynpro application...

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Sunil,

Webdynpro gives you a standard upload UI element which can be used to upload documents to the server.

It is easy to use also

Regards

Rohit

Former Member
0 Kudos

Sunil,

Currently there is no way to pass data from non-WebDynpro application to WebDynpro application.

The only options are start-up parameters and portal eventing, both are inappropriate for your scenario.

Why not to use regular WebDynpro component with IWDFileUpload control?

VS

Former Member
0 Kudos

hi sunil

you display formatted text in WebDynpro using the IFrame UI element. if the code to be displayed at design time itself, create an html page out of the code and store it in src->mimes->components-><name of your component> folder. set the 'source' property of the IFrame as the name of the html page.

regards

saravana

roberto_tagliento
Active Contributor
0 Kudos

Pay attention to use IFRAME.

IFRAME is deprecated, it's a bug.

Bye.