Closed
Bug 373785
Opened 19 years ago
Closed 19 years ago
post HTTP with an option to associate a listener
Categories
(Mozilla Labs :: Joey, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mgalli, Assigned: dougt)
Details
This should allow us to get data and provide an UI for progress for the upload function. The API details could follow the same approach with browser status handler?
===
onStateChange : function(aWebProgress, aRequest, aStateFlags, aStatus)
{
},
onProgressChange : function(aWebProgress, aRequest, aCurSelfProgress, aMaxSelfProgress, aCurTotalProgress, aMaxTotalProgress)
{
},
| Assignee | ||
Comment 1•19 years ago
|
||
For downloading media -- you can immediately use the JoeyMediaFetcherStreamListener.
I will add something for you to hook into the uploading media stuff.
| Assignee | ||
Comment 2•19 years ago
|
||
fixed.
for uploading data, you can use onProgressChange on the mocoJoeyListener interface.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•