Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0 Beta
-
Fix Version/s: 1.0 Final
-
Component/s: None
-
Labels:None
-
Environment:ICEmobile/mediacast/desktop browser
Description
When using mediacast from desktop browser, if you select a photo and upload, the entire page rerenders.
component.js now overrides ice.submitFunction if ajax file upload is possible (FormData is supported). This removes mobi:uploadHelper from the demo pages, so desktop browsers that do not support FormData now are no longer able to upload files. If a developer wishes to support older browsers, uploadHelper can be added to the page (it's likely possible that this could be added conditionally based on the browser type).