how to password protect downloadable pdf files in website

前端 未结 4 1783
日久生厌
日久生厌 2020-12-14 13:10

I am having a personal portfolio website and i have a some pdf files like

Some file

I dont want everyo

4条回答
  •  执念已碎
    2020-12-14 13:41

    Create a php file say, download.php and link to that file instead.
    You can check for correct password there, and if it's correct, you can write the contents of the PDF file to the response.

提交回复
热议问题