user3658423
user3658423

Reputation: 1944

Ajax sending large data to server

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

Answers (1)

Ivan  Ivanov
Ivan Ivanov

Reputation: 2096

As I know GET/POST max size depends on web server and client. maximum length of HTTP GET request?

Upvotes: 1

Related Questions