ideas: per-file authentication in order to download

Posted by suIIIha on Stack Overflow See other posts from Stack Overflow or by suIIIha
Published on 2010-04-28T10:06:19Z Indexed on 2010/04/28 10:43 UTC
Read the original article Hit count: 227

i would love to use mod_xsendfile but i live in a shared environment which does not provide such a module. processing large files such as videos through a server-side script and sending it to the browser that way seems to be unacceptable in my case, so i am looking for a way to enable per-file authentication in such a way that is not going to consume resources much. nobody shall know what the actual path is to the file they are downloading. please suggest how to do that.

© Stack Overflow or respective owner

Related posts about security

Related posts about files