cancel
Showing results for 
Search instead for 
Did you mean: 

Download Multiple Files in one specified location

Former Member
0 Kudos

Hi All,

Suppose there are many documents which user wants to download in one specified location in local system.

So is it possible in Web Dynpro Java?

I have read documents on FileDownload UI Element and experimented on it. But I was not able to achieve the requirement.

I was able to download single file at a time. So that means if there are 3 file to be downloaded, user will have to click on 3 different

FileDownload UI Element, specify the path and download it.

Can't we make it simple for user where he/she click FileDownload once and then all files get downloaded in that path.

Best Regards,

Gopal

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Gopal,

Using Filedownload UI Element, you can only able to download one file.

But if you want to download group of files once. simply use java ZIP API(java.util.zip.*) to compress all the files into .zip format and download using the filedownload UI element.

Regards,

Naga

Former Member
0 Kudos

Hi Naga,

Thanks for response.

Best Regards,

Gopal