Jump to content

Storing Files


The Little Guy

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

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.