On 2010-02-20 21:45, Yansky wrote:
> Does GM_xmlhttpRequest have access to the progress event when using
> the binary method to upload files?
--
cc | pseudonymous |<http://carlclark.mp/>
--
‖ Confidence is the feeling you have before you really understand the
problem. ‖ http://tagzilla.mozdev.org v0.066
The syntax seems to be a bit unusual ( https://developer.mozilla.org/en/XMLHttpRequest#status
) as there's an "upload" attribute to the xmlhttprequest. e.g.
xhr.upload.addEventListener("progress", function(e) {....
http://wiki.greasespot.net/GM_xmlhttpRequest
No.