[eluser]a.rishwan[/eluser]
Hi,
I have used codeigniter for various projects so far. And I am just loving CI so far.
Anyways, I am about to start work on a little hobby project of my own. What I am trying to achieve is create a webapp, where users can login, and they will be show a list of files which only they can access. And they can download if they wish to.
I know I could serve a view with the said links loaded in them and check if the member is logged in or not.
BUT, I cannot seem to prohibit someone from downloading said files or single file, if they just type in the direct URL to the file itself.
How do I avoid that from happening? I think the behaviour rapidshare or other hosting services achieves this somehow. How do I go about setting it up?
Thanks in Advance.