Hi All,
I am looking for a way to use the list box to help with the download of files(pdf's).
Essentially ,I have a list box with 10 items(and a check box for each one)
I also have a "submit" button.
if a user checks the items 1,2,3 in the listbox, then presses the submit button, I would like to be able to download files 1,2,3.
same goes for any combination of checkboxes. if all 10 boxes are checked then download 10 files.
ill be using the http.download action for the file downloads.
I can do it easily with single checkboxes if needbe , but thought the listbox option would be a much cleaner way to do it.
Im thinking this may have been done already but having trouble finding the info I need
It doesn't necessarily have to be a list box if perhaps someone know a better method im open to that too.
It would be a bonus to be able to automatically zip the files after download too but that may be beyond scope of AMS.
any help would be greatly appreciated
I am looking for a way to use the list box to help with the download of files(pdf's).
Essentially ,I have a list box with 10 items(and a check box for each one)
I also have a "submit" button.
if a user checks the items 1,2,3 in the listbox, then presses the submit button, I would like to be able to download files 1,2,3.
same goes for any combination of checkboxes. if all 10 boxes are checked then download 10 files.
ill be using the http.download action for the file downloads.
I can do it easily with single checkboxes if needbe , but thought the listbox option would be a much cleaner way to do it.
Im thinking this may have been done already but having trouble finding the info I need
It doesn't necessarily have to be a list box if perhaps someone know a better method im open to that too.
It would be a bonus to be able to automatically zip the files after download too but that may be beyond scope of AMS.
any help would be greatly appreciated
Comment