Jump to content

Recommended Posts

No, anything above your /www/ directory (on apache) can't be accessed directly.

That will work, as long as the directory is readable by php and you have a directory that is readable and writable by php that can be accessed by apache.

 

I have written such a script for private viewing of screen shots of confidential info.

 

php:

validates the user

creates a randomly named 25 character directory

copy's the file(s) to it.

produces the appropriate web page

flushes the output

waits a preset time then erases the file and directory

Link to comment
https://forums.phpfreaks.com/topic/107240-storing-files/#findComment-550272
Share on other sites

I was thinking that the solution could be done with: Readfile, then use some sort of stream such as octet-stream to download the file to the users computer if they have access to the file according to the PHP, otherwise display an error for them.

 

Sound reasonable?

Link to comment
https://forums.phpfreaks.com/topic/107240-storing-files/#findComment-550358
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.