What is CuteEditor's character limitiation

Last post 04-12-2005, 5:54 PM by PowerServeScott. 5 replies.
Sort Posts: Previous Next
  •  04-11-2005, 4:35 PM 5588

    What is CuteEditor's character limitiation

    We had a client paste in a very large HTML file into the CuteEditor and on the post back before it is saved to the database the data is all lost.  I am assuming that it is because there is a limitation as to how much CuteEditor can hold.  Thus we would like to give some validation to the client so they will know how many characters they are allowed to put in the editor.
     
    What is the character limit?
     
    Thanks,
    Scott Villemain
    Programmer/Analyst
    PowerServe International
  •  04-11-2005, 4:49 PM 5590 in reply to 5588

    Re: What is CuteEditor's character limitiation

    Scott,
     
    Cute Editor is a textarea replacement. There is no character limitiation.
     
     

    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

  •  04-11-2005, 5:58 PM 5593 in reply to 5588

    Re: What is CuteEditor's character limitiation

    Scott, more likely there was too much data for the database field?

  •  04-12-2005, 5:13 PM 5645 in reply to 5593

    Re: What is CuteEditor's character limitiation

    I ran into what appears to be the same issue.  it turns out that the SQL Server varchar field has a max. size of 8000.  So, if you try to 'update' a row with more than that, you'll get the error message indicating your data has been truncated, or something to that effect.
     
    Darold
  •  04-12-2005, 5:21 PM 5646 in reply to 5593

    Re: What is CuteEditor's character limitiation

    That is not the problem, the form field is NULL on the POST before I even try to put it in the database.  Are there certain tags that could mess it up?
  •  04-12-2005, 5:54 PM 5648 in reply to 5593

    Re: What is CuteEditor's character limitiation

    I tried pasting the same HTML into the demo editor that comes with the software and this is the error I get



    Request objecterror 'ASP 0107 : 80004005'

    Stack Overflow

    /cs/activations/editor/target.asp, line 35

    The data being processed is over the allowed limit.

View as RSS news feed in XML