Secure file download
Creating a secure file download script is pretty easy. There are a few things you have to be mindful of: You must store the files in a directory not accessible from the web A lot of hosting providers give you a public_html directory where your web files go, you can create a folder one level above that, that is still accessible by a php script but not directly from the web. Your php application must have authentication of some kind After the above has been satisfied, all that you have to do is ... read more!
Posted in php, technology | Post Comment

RSS Feed