Re: Unable to upload file....HELP!

  •  02-17-2006, 11:49 AM

    Re: Unable to upload file....HELP!

    Hi,
     
    Thanks to all the fantastic support at Cute Editor I have been able to learn a new trick or two with Cute Editor. I think you might want to assign the new path to your Cute Editor.
     
    SetSecurityGalleryPath(string path);
     
    or specifically...

    SetSecurityImageGalleryPath(path);
    SetSecurityMediaGalleryPath(path);
    SetSecurityFlashGalleryPath(path);
    SetSecurityFilesGalleryPath(path);
    SetSecurityTemplateGalleryPath(path);
     
    Example:
     
    objEditor.SetSecurityGalleryPath("~/new_path/to_files");
     
    The documentation will give you more details about how to use these functions (do a search for SetSecurityGalleryPath). Good luck!
     
    Thanks to Adam at Cute Editor for pointing this out earlier today.
     
    Best regards,
    -- David
View Complete Thread