I want to protect files from being downloaded and only allow people to download files which they have access too. I've done all the access control etc... but whats the best way for the user to download the file... Can you "paste" the file directly into the header? (get the file from the filesystem, mime encode it and put it in the header?) or copying the file to a web viewable temp dir to allow the user to download it? (dont really want to do this).
Thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php