Questions tagged [xmlhttprequest-level2]

XMLHttpRequest Level 2 defines various new methods over XMLHttRequest level 1, such as the FormData object and new response types.

XMLHttpRequest level 2 adds new functionality over level 1, including:

See also

68 questions
0
votes
1 answer

xmlHttpRequest level 2 start over many times when uploading photos more than 300K then failed

I'm not trying to do any unusual stuff, all I need is a simple ajax photo upload with HTML5 progress bar, so my code is so ordinary: