Re: Insert Image path and problem with upgrading

  •  04-12-2006, 4:30 PM

    Re: Insert Image path and problem with upgrading

    Sujay,
     
    >>  I have upgraded CuteEditor 4.0.0.6 to 5.0. And it is giving an error saying that PageProperties Tag cannot recognize. So I removed PageProperties tag from my HTMl code, written with CuteEditor 4 version. If I remove it, CuteEditor text area is not visible and toolbar is displaying at vertically at center position.
     
    Can you post your code? Please note that when upgrading from version 4.x to 5.2, you need to replace the CuteEditor.dll and all the client files.
     
    >>And one more thing is, i am Inserting Image thru Insert Image command on Toolbar to my WebServer application's folder. If I change the path to a different folder which is not in the application it is giving error. Can I give the insert images path to a different folder which is actuall a different server all together like FileServer of our application.
     
     
    For the ImageGalleryPath, Cute Editor support the following format:
     
    //use the app-based path
    Editor1.Setting["security:ImageGalleryPath"]= "~/uploads";

    //use the absolute path
    Editor1.Setting["security:ImageGalleryPath"]= "/uploads";

    //use the physical path . Please note that this physical path must under your application folder.
    Editor1.Setting["security:ImageGalleryPath"]= @"c:\inetpub\wwwroot\uploads";
     
     
    The following formats are invalid:
     
    //CuteEditor can't set the ImageGallerypath in the remote sites.
    ditor1.Setting["security:ImageGalleryPath"]= "http://yahoo.com/uploads";
     
     
     
     
     
     
     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

View Complete Thread