Linking user permission groups to Media folders and files
Hi all,
Is there a way to add permissions(the same as are assignable to content nodes) to media folders and files?
Example of use:
Website A has a members section, which registered members can log into. They wish to have documentation which is only visible to those members, so upload files the site for that section.
Google comes along and indexes the site, including the media files and folders. The URLs are now live on the web, what prevents anyone from seeing the files if they have the URL?
You'd call that BTW with @Url.Action("Download", "MediaSurface", new {id=1234}) or just <a href="/umbraco/surface/mediaSurface/Download?id=1234">Download</a>
Linking user permission groups to Media folders and files
Hi all,
Is there a way to add permissions(the same as are assignable to content nodes) to media folders and files?
Example of use: Website A has a members section, which registered members can log into. They wish to have documentation which is only visible to those members, so upload files the site for that section.
Google comes along and indexes the site, including the media files and folders. The URLs are now live on the web, what prevents anyone from seeing the files if they have the URL?
There isn't what you're suggesting. I suggest though that you can either:
Your surface controller might look like:
You'd call that BTW with
@Url.Action("Download", "MediaSurface", new {id=1234})
or just<a href="/umbraco/surface/mediaSurface/Download?id=1234">Download</a>
There's also a (commercial) package that offers this:
https://our.umbraco.org/projects/website-utilities/media-protect/
Thank you gents, I shall investigate these!
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.