dhtmlxeditor

Hi

I am using dhtmlx editor for saving large text data. After some limit it does work properly i.e. it does not save and load data.

Is there any length limit fot dhtmlxeditor? how can we increase its limit?



Regards

Umair Tariq


Hello


what approach do you use to save and load data ?

I am using sajax (Simple asynchronous javascript and xml). I also tried this thing with some other web editor (FCK Editor) but the problem remain the same. I think the problem is big dataset. What approch could i use the solve this problem?

Possibly you use get method to pass data. GET has limitation. Try to use POST instead of it.