[BUGFIX] Handling file upload fields is broken
The handling of file upload fields in the new system extension form was broken and not fully implemented. Fetching the contents, type and size of the file is missing. Besides that, sending these files via mail was not fully implemented. Change-Id: I9ad7aa2df1e037f1ac8d50031300af9a030a617c Fixes: #31085 Releases: 4.7, 4.6 Reviewed-on: http://review.typo3.org/6003 Reviewed-by: Peter Beernink Tested-by: Peter Beernink Reviewed-by: Jigal van Hemert Tested-by: Jigal van Hemert
Showing
- typo3/sysext/form/Classes/Domain/Model/Element/Fileupload.php 22 additions, 0 deletions...3/sysext/form/Classes/Domain/Model/Element/Fileupload.php
- typo3/sysext/form/Classes/System/Postprocessor/Mail.php 22 additions, 6 deletionstypo3/sysext/form/Classes/System/Postprocessor/Mail.php
- typo3/sysext/form/Classes/System/Request/Request.php 3 additions, 0 deletionstypo3/sysext/form/Classes/System/Request/Request.php
- typo3/sysext/form/Classes/View/Mail/Plain/Element/Fileupload.php 5 additions, 10 deletions...ysext/form/Classes/View/Mail/Plain/Element/Fileupload.php
- typo3/sysext/form/Configuration/PageTS/modWizards.ts 1 addition, 1 deletiontypo3/sysext/form/Configuration/PageTS/modWizards.ts
Please register or sign in to comment