vendredi 31 juillet 2015

Jquery FormData limitation

Using FormData and jquery i am sending a lot of inputs using ajax but not all of them are coming trough.

If i look in developer tools (Chrome) i am seeing something like:

1
------WebKitFormBoundaryGBYjXeMfAVtlYyAq
Content-Disposition: form-data; name="position[660]"

15
------WebKitFormBoundaryGBYjXeMfAVtlYyAq--

So clearly the data is cut off.

Is there a limitation in the amount of data i can use with formdata and ajax?

The form works great with a small number of inputs, but with about 800 inputs it doesn't.

Thanks

Aucun commentaire:

Enregistrer un commentaire