watsmyname Posted November 27, 2009 Share Posted November 27, 2009 Hello, I have file upload feature in my site, the files can be in any format. I m concerned about files security. All i want is no one can access file by typing filename directly in browser's addressbar. Files should be downloaded by php program only (how to force downloads i know this thing), I want users couldnot be able to use download accelerators, resume feature, and they can't get file location by any means. Can anybody help me with this by throwing some methods?? Thanks in advance Link to comment https://forums.phpfreaks.com/topic/183102-files-security-queries/ Share on other sites More sharing options...
trq Posted November 27, 2009 Share Posted November 27, 2009 If you know how to force a download, then you know how to send a file from a location outside of the web root. Thats all there is to it pretty much. Link to comment https://forums.phpfreaks.com/topic/183102-files-security-queries/#findComment-966333 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.