Hi ,
I have a jsp page which lists files with check boxes for
download . Once i click the check boxes it should ask me the saving location and download the files which are checked(multiple download) . Right now i am able to implement a single file download . But i am not able to do so for multiple files . Also the default hyperlink in the file askes me "save , open , cancel' . I don't want to give the open option to the user .
Kindly help me in implementing these functionalities. If multiple download is not possible in JSP / Java , please let me know why technically its not possible.
Any help is appreciated.
Regards
Dev
I have a jsp page which lists files with check boxes for
download . Once i click the check boxes it should ask me the saving location and download the files which are checked(multiple download) . Right now i am able to implement a single file download . But i am not able to do so for multiple files . Also the default hyperlink in the file askes me "save , open , cancel' . I don't want to give the open option to the user .
Kindly help me in implementing these functionalities. If multiple download is not possible in JSP / Java , please let me know why technically its not possible.
Any help is appreciated.
Regards
Dev