Quote:
Originally Posted by amnesia623
....and how can I protect my files that are uploaded so they can't be downloaded thru a direct request from the browser? I take it I have to mess with the directory permissions?
|
That's part of the point of the local_file_root setting. Once the files are held outside the web tree, a direct browser request cannot get at them. You have to use the various LDM scripts, either local_links?action=jump&id=NN to download item id NN and local_stream.php?action=stream&linkid=NN to stream it.