Skip to Content
0
Former Member
Mar 23, 2009 at 06:17 AM

File Upload

199 Views

Hello all,

Hope you are having a nice time.

I have a requirement to upload a file and then download it.

I have a used a FileUpload UI element which has a predefined UI format. ie an input field and a button.

My Questions are:

1) If i want a link only on my UI page --> Upload. This should open a dialog window of the file selection. (same as FileUpload UI element). Is this possible. Can i link my link element to FileUpload UI without displaying FileUpload UI element onto the webdynpro screen?

2) Suppose i have selected a file from File select dialog using the File Upload element. Now is it that the file is attached to this context element and i can access it later for downloading it?

3) If anser to above question is yes, how do i download the file?

Thnks