What is the diffrent between request.upload.addEventListener('progress'... and request.addEventListener('progress'?
I use first one in Chrome and while uploading file I got only one event (on finish). Second version gives me few event - what it is desired.
I cannot find in any place why they work like that.