Batch downloader in AS2/PHP

I need to read a list of files from a mySQL database, allow the user to select a local destination folder and then batch download the files, one by one (not zipped) into that folder. Is there a way to do that? Thank you.