Feature #33422
closedAdd Multiple File Upload for TCE Forms
100%
Description
Since multiple file upload in standard TCE form input fields is not possible yet, I've created a small patch that adds the HTML5 attribute "multiple" to the input field (when maxitems in the TCA conf of that field is > 1) and also modifies the upload handling in TCEmain class. (Simple iteration over the files array)
It is only a slight change, and at least HTML5 capable browsers will take advantage of it.
Updated by Alexander Dick almost 13 years ago
Patch @ https://review.typo3.org/8682
Updated by Gerrit Code Review almost 13 years ago
- Status changed from New to Under Review
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/8682
Updated by Gerrit Code Review almost 13 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/8682
Updated by Gerrit Code Review almost 13 years ago
Patch set 4 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/8682
Updated by Steffen Ritter almost 13 years ago
- Target version changed from 1525 to 4.7.0-beta1
Updated by Gerrit Code Review almost 13 years ago
Patch set 5 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/8682
Updated by Steffen Gebert almost 13 years ago
- Assignee set to Steffen Gebert
- Target version changed from 4.7.0-beta1 to 1525
- TYPO3 Version changed from 4.6 to 4.7
Updated by Alexander Dick almost 13 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 7cc83cc8e370f224a79fe9b0397132de36459ece.
Updated by Oliver Hader over 12 years ago
- Target version changed from 1525 to 4.7.0-beta1
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed