Is there any word/size limit in FCKeditor?
In my application when I try to insert a long text (more than 1000 words) the FCKeditor cuts some of the content.
With the previous editor I didn't have such problem.
My configuration is the following:
+ Windows 2003 Server / Windows XP
+ CFMX 7 -> with CFM and not CFC
+ MS-SQL 2000 SP-4 datatype (ntext)
+ Firefox 2.0
In my application when I try to insert a long text (more than 1000 words) the FCKeditor cuts some of the content.
With the previous editor I didn't have such problem.
My configuration is the following:
+ Windows 2003 Server / Windows XP
+ CFMX 7 -> with CFM and not CFC
+ MS-SQL 2000 SP-4 datatype (ntext)
+ Firefox 2.0

RE: How to bypass - WORD LIMIT?
Maybe the field size in the DB is limited to 1000 characters.
RE: How to bypass - WORD LIMIT?
I submit this data to a field "ntext" datatype.
** ntext datatype is a variable-length unicode datatype that can hold up to 1073741823 characters. This datatype is used when you want to store the variable-length unicode data with the total length more than 4000 bytes.
Is there a hardcoded limit in the FCKeditor? Is it possible to have a "variable" limit, so that it can hold so much data?
Thanks.
RE: How to bypass - WORD LIMIT?
So I wanted to ask if there is any possibility that FCKeditor can't handle large amount of data?
Is it possible to have a limit on a specific amount? (I mean a quite small limit like 1000 words or something)...
RE: How to bypass - WORD LIMIT?
RE: How to bypass - WORD LIMIT?
RE: How to bypass - WORD LIMIT?
Any ideas?
RE: How to bypass - WORD LIMIT?
as in <form action="blah.cgi" method="POST">
RE: How to bypass - WORD LIMIT?
RE: How to bypass - WORD LIMIT?
Thanks.