cancel
Showing results for 
Search instead for 
Did you mean: 

WebDynpro FileUpload UI Element

Former Member
0 Kudos

Hi All,

Iam using a FileUpload UI Element in a View of a WebDynpro project. If i selected a file using the 'browse' button, then you click on any tab in the View and the file path in the inputfield of the fileupload control disappears.When i come back to the tab which has the Fileupload UI element , the file path is missing. Version :CE 7.1

Has anyone tried this and faced similar issue?

I have seen others posts , there is no filename attibute to the FileUpload UI element in CE. Is there any other way out to hold back the file resource path in the UI elements when swtcing between tabs?

Thanks,

Uma.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Its a limitation with the fileupload UI. You can check this in its documentation:

[http://help.sap.com/saphelp_nw70/helpdata/en/b3/be7941601b1d09e10000000a155106/frameset.htm]

Well there is a workaround for displaying the file name. You can display the file name using label or textview just beside the fileupload UI.

There is method called getResourceName() for IWDResource to get the filename.

Hope this will help you.

thanks & regards,

Manoj

Answers (0)