What is the maximum file upload size with xmlhttprequest level 2 with HTML5?
The XMLHttpRequest specification does not mention any limits on the upload size.
In practise, upload requests are limited by:
LimitRequestBody
client_max_body_size
upload_max_filesize
post_max_size
See also:
2.1m questions
2.1m answers
60 comments
57.0k users