I'm sure this is a pitifully simple problem, but I'm not sure where to look to find the solution.
All I want to do is allow users to download files from my site without right clicking a link and saving the target. If possible I'd like to be able to retrieve files direct from the server, rather than via a database. Is there a simple way of achieving this?
[solved] downloading
Moderator: General Moderators
[solved] downloading
Last edited by zoe on Sun Sep 18, 2005 4:58 am, edited 1 time in total.
ZIP or EXE files.
if you want someone to automatically go to this group of files and download them all at once then simply zip them up and save them on your server. When a user goes to that address it will automatically start downloading.
Another alternative is specifying what file you want them to download in the header file.
if you want someone to automatically go to this group of files and download them all at once then simply zip them up and save them on your server. When a user goes to that address it will automatically start downloading.
Another alternative is specifying what file you want them to download in the header file.