Hi
Not sure if this is the right place for this question so feel free to move it :)
I am building a system in PHP whereby PDF/XML files are uploaded to a remote server. These files should not be able to be publicly viewed (imagine this is a CHMOD issue).
However I need these files to show in an iframe or div within a PHP page on the same server.
I know I can put the files behind the public_html folder which is great but then how do I get the page on the domain to show the file in the iframe/div?
Thanks
Not sure if this is the right place for this question so feel free to move it :)
I am building a system in PHP whereby PDF/XML files are uploaded to a remote server. These files should not be able to be publicly viewed (imagine this is a CHMOD issue).
However I need these files to show in an iframe or div within a PHP page on the same server.
I know I can put the files behind the public_html folder which is great but then how do I get the page on the domain to show the file in the iframe/div?
Thanks
Comment