This topic is locked
[SOLVED]

 download selected button

9/8/2017 2:30:50 AM
PHPRunner General questions
C
cristi author

I need to implement a button "download selected" so that when I select some records that have files uploaded by pressing the button I can download the selected uploaded files.

Any idea on how to do that?

admin 9/8/2017

DocManager template comes with this kind of functionality. If you have this template you can see what kind of code is required to implement this. The idea is to get a list of files and zip them as browsers only allow you download a single file at the time.

C
cristi author 9/9/2017

Thanks!