If I upload files to my server and thus clients / clients upload these files. How can I restrict access to the file?
For example, if I upload a file to www.domain.com/files/download.zip
And if the user has the correct permissions, he can upload the file, but what if the user knows a direct link to the file itself?
I can imagine how not to show the link to the user on the site if they donโt have permission to view the link, but how can I prevent someone from just entering the direct URL of the fileโs location to download the file?
Thanks in advance.
source share