I'll explain it:
I got apache installed on my Linux Ubuntu and i need to upload some big files and I want to make it available to download only when the transfer done.
it's possible to do it?
feedback
|
|
Upload it under a user's account that Apache can't access and then | |||
feedback
|
|
You can use a PHP script (or similar device) that only permits a file to be seen or downloaded if it hasn't been modified for at least a minute. | |||
|
feedback
|