onprogress
Property of dom/Elementdom/Element
Syntax
var result = element.onprogress;
element.onprogress = value;
Notes
Remarks
This event reports back the number of bytes loaded from the stream so far. You can use this information to update a progress bar in your application.
Syntax
Event handler parameters
- pEvtObj [in]
- Type: ****IHTMLEventObj****
See also
Related pages
- FileReaderFileReader
Attributions
Microsoft Developer Network: [Windows Internet Explorer API reference Article]