Reputation: 1944
I have read the GET/POST request has either character or size limitations (2000 chars or some browsers 8 KB limit).
What is the correct way to send large data (5000 chars or more) using AJAX?
Thank you!
Upvotes: 0
Views: 1302
Reputation: 2096
As I know GET/POST max size depends on web server and client. maximum length of HTTP GET request?
Upvotes: 1