Forums

Skip Navigation LinksHome / Developer Network / Forums / Sitefinity 3.x: Security > Permissions required to upload images

Permissions required to upload images

  • Randy Bauer avatar

    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 admin's avatar

    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

    Instantly find answers to your questions on the new Telerik Support Portal.
    Watch a video on how to optimize your support resource searches and check out more tips on the blogs.

    Reply

  • Randy Bauer avatar

    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

  • Register for webinar
Skip Navigation LinksHome / Developer Network / Forums / Sitefinity 3.x: Security > Permissions required to upload images