Jump to content

Securing a folder while allowing specified access


lucius

Recommended Posts

Can I allow them to be downloaded?

Yes, if you use a php script as the file name in the download link on a page. The php script will output the correct headers followed by the contents of the correct file.

 

What exactly are you trying to accomplish? You did not initially mention needing to download the files.

Can I allow them to be downloaded?

Yes, if you use a php script as the file name in the download link on a page. The php script will output the correct headers followed by the contents of the correct file.

 

What exactly are you trying to accomplish? You did not initially mention needing to download the files.

 

Sorry, here's a better explanation:

 

Two things need to be able to happen, first off I need to output the files into index.php and also be able to be downloaded. 

 

These are primarily video files that will be either streamed or downloaded.

 

 

What type of PHP script do I use?

  • 2 weeks later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.