security:FilesGallaryPath

  •  12-08-2005, 5:45 AM

    security:FilesGallaryPath

    How come that this doesn't work:
    CMSBody.Setting["security:FilesGallaryPath"]= "~/uploads/" + Session["siteid"].ToString();

    When this does:
    CMSBody.Setting["security:ImageGalleryPath"]= "~/uploads/" + Session["siteid"].ToString();
     
    The upload files dialog always opens the "uploads" directory it doesn't open the "uploads/x"
    directory like the insert image dialog
     
    Regards Jan
View Complete Thread