Actions
Task #69956
closedEpic #69955: Optimize new Extbase/ Fluid based rewrite of EXT:form
EXT:form - Optimize file upload/ handling of files
Start date:
2015-09-18
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
The form object FILEUPLOAD allows to upload and submit files. The upload/ data flow has to be optimized/ streamlined.
Updated by Björn Jacob about 9 years ago
- Subject changed from Optimize file upload/ handling of files to EXT:form - Optimize file upload/ handling of files
Updated by Gerrit Code Review about 9 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43836
Updated by Gerrit Code Review about 9 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43836
Updated by Björn Jacob about 9 years ago
Here is an example form to test with:
enctype = multipart/form-data method = post prefix = tx_form confirmation = 1 postProcessor { 1 = mail 1 { recipientEmail = your@email.com senderEmail = your@email.com } } 10 = TEXTLINE 10 { name = surname placeholder = Surname label { value = Surname } } 20 = FILEUPLOAD 20 { name = file multiple = 1 label { value = File } } 30 = SUBMIT 30 { name = 3 value = Submit form }
Updated by Gerrit Code Review about 9 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43836
Updated by Ralf Zimmermann about 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset ca07015b284d64db4231d57ff2a6d5dece9f8e6f.
Updated by Anja Leichsenring almost 9 years ago
- Sprint Focus deleted (
On Location Sprint)
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions