I am trying to donwload multiple files with single button click. (Can't use PHP or any .NET technologies)
In my case it doesn't work with having single link for each file. Client is not ready to click on each link to download files.
Let me know if you need any other information.
Thanks
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35254
7
posted
0
You could create a ZIP file of all the files the user wants to download.
I am trying to donwload multiple files with single button click. (Can't use PHP or any .NET technologies)
In my case it doesn't work with having single link for each file. Client is not ready to click on each link to download files.
Let me know if you need any other information.
Thanks
As Ulf said zip file. There is another way, but the user will get a download prompt for every file. Doubt you want that.
Eric
Kumar Ala
Ranch Hand
Joined: Apr 30, 2009
Posts: 53
posted
0
I Guess Ulf's solution might work for me here.
Yes Eric surely user don't want to click on each file to be downloaded.
Ulf can you let me know how we can achive this to download using Zip file...?
It is somethins like i will have list of files and user selectes some file from the list and tried to download. I don't know where i should handle this to zip and download.