Re: The area you are attempting to access is forbidden

  •  03-23-2009, 2:34 PM

    Re: The area you are attempting to access is forbidden

    Looks like I have to define all of the paths:
     
    So I added to editor3 the following:
     
           editor3.ImageGalleryPath = "/districtapp/uploads/" + uPath
           editor3.MediaGalleryPath= "/districtapp/uploads/" + uPath
           editor3.FlashGalleryPath= "/districtapp/uploads/" + uPath
           editor3.TemplateGalleryPath= "/districtapp/uploads/" + uPath
     
    This fixed the problem; but i suspect a varible sharing problem when you have mutlipule editors.
     
          
View Complete Thread