cancel
Showing results for 
Search instead for 
Did you mean: 

Download files using webdynpro

Former Member
0 Kudos

Hi,

I need to add the functionality of downloaing files in my application. I have followed the tutorial and it works fine. But if I want to specify the location from where to download the file from the server. Can anybody pls help.

Thanks,

Malita

Accepted Solutions (0)

Answers (6)

Answers (6)

former_member189631
Active Contributor
0 Kudos

Hi Malita,

Good. Award points for useful answer.

Regards,

Ramganesan K

Former Member
0 Kudos

Solved

Former Member
0 Kudos

Hi everyone,

Thanks for the help. I got the answer in this thread : File Download - WD Java

Former Member
0 Kudos

Actually i just want to specify the path in the code. The user just has to enter the Name of the file.

sid_sunny
Contributor
0 Kudos

Hi Malita,

Then in the on event of the button you can try to read the given file from server and assign it to the file resource context attribute.

Regards

Sid

sid_sunny
Contributor
0 Kudos

Hi Malita,

How do you want user to specify the path of the file present on server, sre you looking for something like the browse button and then user browse through the server directories and then selecting the desired file from it. If it is so then I guess it is not possible and if you want that user will write the path of the file in a input field and then that file (if exist) should get download then that is possible.

Regards

Sid

former_member189631
Active Contributor
0 Kudos