Cannot save long text

Last post 01-25-2006, 10:16 AM by vinny. 2 replies.
Sort Posts: Previous Next
  •  01-23-2006, 4:49 PM 15030

    Cannot save long text

    I'm using ver 4. My app works except when I try to save alot of characters. If I paste in or type in more than around 2000 characters and hit the save button nothing happens. The form doesn't even post. Here is my code:
     
       Dim editor
       Set editor=New CuteEditor
       editor.AutoConfigure="EnableAll"
       editor.ID="Editor1"
       editor. ShowHtmlMode = true
       editor.FilesPath="cuteEditor/CuteEditor_Files"
       editor.HelpUrl = "cuteEditor/CuteEditor_Files/Help"
       editor.RemoveServerNamesFromUrl=True
       editor.MaxHTMLLength= 2000000
       editor.BreakElement = "p" 'p,br or "" for div
       editor.Text=daText
       editor.ParagraphsList = "Normal,Heading 1,Heading 2,Heading 3,Formatted,Definition Term"
       editor.FontFacesList = "Arial,Verdana"
       editor.ZoomsList="500%,200%,150%,125%,100%,25%"
       editor.FontSizesList = "1,2,3,4,5,7"
       editor.AllowPasteHtml=True
       editor.AllowUpload = True
       editor.ImageGalleryPath = "/ldcartstandard/uploads/images/category"
       editor.MaxImageSize=50
       editor.FlashPath= "/ldcartstandard/uploads/flash"          
       editor.DocumentPath = "/ldcartstandard/uploads/downloads"
       editor.Draw()
     
    Vince
  •  01-24-2006, 3:15 PM 15066 in reply to 15030

    Re: Cannot save long text

    Vince,
     
    Just make sure your form is using the post method.
     
     

    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

  •  01-25-2006, 10:16 AM 15095 in reply to 15066

    Re: Cannot save long text

    Adam, Thanks for the Live chat session. Changing to POST did the trick.
View as RSS news feed in XML