Hi,
My XHR POST REQUEST is cut off. When I try to reload my page information is missing. Firebugs sends following message:
... Firebug request size limit has been reached by Firebug. ...
My question is: What are my options?
- Would it work if I declare the content.length in the header?
- I added a line to my apache config file and restarted it: LimitRequestBody 0
- I increased the size of transfer files in mysql config file
Or it is a browser issue?
The only solution I could think of was to cut the data in pieces and transmit the array one by one but I don't like this idea. The content length is 91691 according to firebug. Any suggestions?