Quote:
Originally Posted by bitg
AndrewD, I have this all working. However I need to use it as a files database as well. When creating a new link, I do not see anything that tells me how to make it a download link. Do I need to ftp the files then add a link to where the file exists?
|
I take it you mean you want to have these downloadable files available on your own site?
Yes, you have to upload the files somehow (ftp or otherwise) - there are plenty of tools available for handling file uploads and I didn't want to get into the security issues that these create.
You reference these files either using the full URL (
http://site/directory/file) or starting from the root directory of your web site (i.e. /directory/file). The second case will tell users the file size immediately the link is created; the first will give the size only after the first download. The location of the file is kept hidden from your users, so it's semi-leech-proof.