Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: EE 1.0
-
Fix Version/s: 1.1 Final
-
Component/s: Containers, Faces, Spring
-
Labels:None
-
Environment:ICEmobile
Description
The names for a variety of upload components are appended with "-file". This introduces complexity for the JSP implementation since the developer is directly exposed to the parameter names.
The strategy is to remove these extra suffixes and modify the serialization code in the browser to include type information in the name (which can then be stripped off prior to upload).
The strategy is to remove these extra suffixes and modify the serialization code in the browser to include type information in the name (which can then be stripped off prior to upload).
For android this required changes to native-interface.js addHidden calls and changes to UtilInterface to split the type-name packed name during before upload.