Is it possible to create a web based script that would allow a user to sequentially download multiple files without causing the user to accept each forced download?
Potential Process:
User selects files to download. User selects directory or directory is predefined within the script. Files are downloaded to their local drive sequentially.
Thanks!