Re: downloadable files / insert hyperlink > browse throw error

  •  07-21-2006, 12:29 PM

    Re: downloadable files / insert hyperlink > browse throw error

    So what's the answer here.  I'm having the same problem.  The only differance is I'm programatically setting the path.

    ceMaintenance.Setting("security:ImageGalleryPath") = "~/images_customer/" & Session("EmployerID")
    ceMaintenance.Setting(
    "security:MediaGalleryPath") = "~/images_customer/" & Session("EmployerID")
    ceMaintenance.Setting(
    "security:FlashGalleryPath") = "~/images_customer/" & Session("EmployerID")
    ceMaintenance.Setting(
    "security:FilesGallaryPath") = "~/images_customer/" & Session("EmployerID")
     
    None of these seem to have any affect on the Downloadable Files path.
View Complete Thread