Task #69956
closed
Epic #69955: Optimize new Extbase/ Fluid based rewrite of EXT:form
EXT:form - Optimize file upload/ handling of files
Added by Björn Jacob about 9 years ago.
Updated about 7 years ago.
Description
The form object FILEUPLOAD allows to upload and submit files. The upload/ data flow has to be optimized/ streamlined.
- Target version set to 7 LTS
- Subject changed from Optimize file upload/ handling of files to EXT:form - Optimize file upload/ handling of files
- Sprint Focus set to On Location Sprint
- 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
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
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
}
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
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
- Sprint Focus deleted (
On Location Sprint)
- Status changed from Resolved to Closed
Also available in: Atom
PDF