Secure way to store files in web server?

前端 未结 7 593
自闭症患者
自闭症患者 2020-12-24 03:00

I want my files to be secure in my web server. Only authenticated users to access those files should be able to access those files. I thought of storing files in database as

相关标签:
7条回答
  • 2020-12-24 03:35

    Downloadable files can be stored in htaccess protected folder/s. A script like the one below can be used to generate dynamic links for downloadable files.

    for ex. Secure download links. http://codecanyon.net/item/secure-download-links/309295

    0 讨论(0)
提交回复
热议问题