Hello. I'm trying to save an data from an array as a JSON file to MySQL using AJAX. Is there a way to accomplish this with C2?
If not, I am thinking of constructing a string with array data and saving it to MySQL with AJAX. What is the maximum character length for a global variable in C2?
Also, what is the maximum length of a response that AJAX can handle in C2?
Thanks!