Need help with image upload folder

  •  01-30-2013, 11:13 PM

    Need help with image upload folder

    I would like to have all images uploaded to go into my virtual DNN folder /httpdocs/Portals/0/Uploads

    I have used in the config file ;

    <security name="ImageGalleryPath">~/Portals/0/Uploads</security>

    <security name="ImageGalleryPath">/Portals/0/Uploads</security> 

    <security name="ImageGalleryPath">~/Uploads</security> 

    <security name="ImageGalleryPath">/Uploads</security> 

    <security name="ImageGalleryPath">~/httpdocs/Portals/0/Uploads</security> 

    <security name="ImageGalleryPath">/httpdocs/Portals/0/Uploads</security> 
     

    And no matter what when I click the image upload buttoin it always defaults to  /httpdocs/Portals/0

    Any help appreciated! 

View Complete Thread