Details
-
Type:
Bug
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.3, 1.3.1, 1.4, 1.5
-
Fix Version/s: None
-
Component/s: Uploader
-
Labels:None
Description
At the moment, Uploader has a function called fluid.uploader.html5Strategy.monitorFileUploadXHR(), which serves as an adapter between raw XHR event and the higher-level events of the Uploader. It should be refactored as a component, simplifying its implementation and making it easier to customize.