Closed
Bug 372821
Opened 18 years ago
Closed 18 years ago
nsIXMLHTTPRequest and ability to associate progress notification when sending data
Categories
(Core :: XML, enhancement)
Tracking
()
RESOLVED
DUPLICATE
of bug 312213
People
(Reporter: mgalli, Unassigned)
Details
An extension could capture and display the progress information when the app is sending a multipart data using POST. This could also lead FF to have a feedback for form uploads.
Would it be possible to attach a notificationCallbacks to an nsIXMLHTTPRequest's channel to get the information for the data being transfered?
Comment 1•18 years ago
|
||
> This could also lead FF to have a feedback for form uploads.
FF doesn't use XMLHttpRequest for form uploads
>Would it be possible to attach a notificationCallbacks to an
>nsIXMLHTTPRequest's channel to get the information for the data being
>transfered?
That is already possible...
Comment 2•18 years ago
|
||
OK, bug 312213 was about this functionality in a more direct way (though it was actually added in bug 198595)
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•