javascript - Bad request error in ajax while sending huge data -


i need send 1 100000 mobile numbers through ajax .when can able send nealry 400 500 numbers when sending more 500 numbers getting bad request error.i tried post method also.

is there possibility send huge data through ajax.

thanks in advance...

using post submission shouldn't have problem. it's maybe webserver causes trouble? maybe should increase max post length or that.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -