我使用CodeIgniter3来构建项目。 但是我不知道存储生成的PDF文件的最佳位置在哪里 。 由于它的大小,我不想让它们保留在MySQL中。 p>
我不希望人们访问直接链接,如: http://mydomain/pdf/file.pdf 但我想为codeigniter登录的用户提供这种访问权限。 p> \ n
最好的方法是什么? p> div>
I ma using CodeIgniter3 to build projects. However I am not sure where is the best place to store generated PDF files. I do not want to keep them in MySQL due to its size.
I do not want people to access direct links like: http://mydomain/pdf/file.pdf but I would like to give this kind of access for codeigniter logged users.
What is the best way to do that?
我使用CodeIgniter3来构建项目。 但是我不知道存储生成的PDF文件的最佳位置在哪里 。 由于它的大小,我不想让它们保留在MySQL中。 p>
我不希望人们访问直接链接,如: http://mydomain/pdf/file.pdf 但我想为codeigniter登录的用户提供这种访问权限。 p> \ n
最好的方法是什么? p> div>