Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Umair Tariq on Jul 28, 2009 23:16
open dhtmlx forum
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
Answer posted by Alex (support) on Jul 29, 2009 01:23

Hello

what approach do you use to save and load data ? 

Answer posted by Umair on Jul 29, 2009 02:28
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?
Answer posted by Alex (support) on Jul 29, 2009 03:15
Possibly you use get method to pass data. GET has limitation. Try to use POST instead of it.