Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Form.getEnctype() only checks its direct children (fieldList) for FileFields to set the enctype to mulitpart/form-data. It does not check wheter child FieldSets conatin a FileField. Also Form.onProcess() does not check FieldSets.