I have a simple requirement, but I haven't been able to find any script to achieve it. I want a few designated users to be able to download all the files currently in a directory with one click rather than having to click on each of dozens of files one by one.
The aim: users submit photos for a competition using a drag n' drop uploader (done). The judge is then sent the URL and password to the upload directory, and he needs to easily download them to his PC. New files may be uploaded after he downloads them, so:
Ideally it would allow them to select by checkboxes which/all files they wanted.
Even more ideally, it would be able to delete the files once they had been downloaded, or at least mark them as having been downloaded.
Simple password protection of the download directory would be nice but that could be done using a .htaccess file I guess.
Does anyone know of a script that would do this for me?
Thanks,
Tom