My reading of http://www.w3.org/TR/XMLHttpRequest2/#tracking leads me to believe that you can do this: xhr.upload.addEventListener("progress", function(){}, false); but not this: xhr.upload.onprogress = function(){}; That is, XMLHttpRequestUpload implements EventTarget, but not any old-style event handler function properties. Is that correct? - aReceived on Wednesday, 21 May 2008 01:50:54 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Wednesday, 21 May 2008 01:50:57 GMT