Setting upload path doesnt work

  •  11-03-2005, 1:43 PM

    Setting upload path doesnt work

    I have tried the following:

    Editor1.SetSecurityImageGalleryPath(ImageFilePath);
    Editor1.Setting["security:ImageGalleryPath"]=ImageFilePath;

    Those are the two ways I have attempted to set all path options (file, gallery, etc.)
     
    Both times it sets the editor into a "read only" sort of mode = even though Editor1.ReadOnly = false.
     
    I do notice an error displayed:
     
    Line 87
    Character 357
    Error: Expected Hexidecimal Digit
     
    I know this is not something in my code, becuase this one particular page doesnt have anything there, and there is no where that contains that many characters anyways.
     
    Also note:  This error does not display if I do not place the paths.
     
    Now, my company is looking to purchase this item - in fact probably a lot of if not an enterprise license - but we absolutely HAVE to have this feature working for us to continue.
View Complete Thread