I am using FCKeditor on Tomcat for editing whole HTML pages and
I try to use perl scripts for parsing/customizing/saving the editor
content after the user clicks the submit button.
Here starts the very strange behavior:
If there are more than 323 characters in the textarea (including html tags)
the script doesn't start anymore.
I think the server actually accesses the *.pl file, because I cannot overwrite
this file when I change it, but nothing else happens. In IE you can see the
loading bar stop at about 40%, that's all.
The script itself is working fine, and it's working with everything less or
equal 323 characters in the editor, so I have no idea why this is not working with more text.
I am using POST in my form, so the max length of URI shouldn't be a problem here.
Has anyone an idea what the problem is?
I try to use perl scripts for parsing/customizing/saving the editor
content after the user clicks the submit button.
Here starts the very strange behavior:
If there are more than 323 characters in the textarea (including html tags)
the script doesn't start anymore.
I think the server actually accesses the *.pl file, because I cannot overwrite
this file when I change it, but nothing else happens. In IE you can see the
loading bar stop at about 40%, that's all.
The script itself is working fine, and it's working with everything less or
equal 323 characters in the editor, so I have no idea why this is not working with more text.
I am using POST in my form, so the max length of URI shouldn't be a problem here.
Has anyone an idea what the problem is?