maintain all upload items for a given user
Hi,
how do I attach all upload items(videos,images, etc) to a specific login user?
for example, user A logged in, all items that user A uploaded are attached to this user A; and user A has the permission to access these items ONLY.
do I need to use TAXON?
Thanks,
JH
Hi JH,
You can set the "Owner" permissions.Go to Sitefinity >> Content >> Images. Each Image has "Actions" button from where you can set the permissions.
You can also work programmatically using the Security API.
Regards,
Ivan Dimitrov
the Telerik team