Randy Bauer
Posted
on Nov 13, 2009
(permalink)
Hello,
What permissions are required to upload images via the radEditor and LibraryImageManager? I created my own User Control that uses the radEditor to allow users to upload images and text to create a blog post. This works if I give the user administrator rights, but fails if I limit their access. I can't seem to find the right combination of permissions without giving them admin rights.
I'm getting the error:
Access to patch "c:\inetpub\....\myfile.jpg" is denied.
Thanks,
-R
Reply
Answer
Ivan Dimitrov
Ivan Dimitrov
Posted
on Nov 13, 2009
(permalink)
Hello Randy Bauer,
If you are uploading items to Images and Documents module you need Create and View permissions. If you are working with the files system ASP.NET (NETWORK SERVICE) account needs Read and Write permissions over the folder where items are stored.
Regards,
Ivan Dimitrov
the Telerik team
Reply
Randy Bauer
Posted
on Nov 13, 2009
(permalink)
Ivan,
Thanks for you help. This worked nicely and now I better understand where my files are going.
Thanks,
-R
Reply