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!
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!
As I know GET/POST max size depends on web server and client. maximum length of HTTP GET request?