0

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!

user3658423
  • 1,904
  • 5
  • 29
  • 49

1 Answers1

1

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

Community
  • 1
  • 1
Ivan Ivanov
  • 2,076
  • 16
  • 33