Is there a limit to how much data can be uploaded from Construct 2 via AJAX?
I've created an online database that can support something like 1mil+ characters, and can manually paste data into there without issue. However, when I try to get C2 to post say 100k characters to it, it won't go through. The code is correct in the sense that I can send 5k without issue, but I was just wondering where I might be getting things wrong.
Is it the AJAX, or might it be something I've done wrong with my database?