Actions
Feature #33422
closedAdd Multiple File Upload for TCE Forms
Status:
Closed
Priority:
Should have
Assignee:
Category:
Backend User Interface
Target version:
Start date:
2012-01-24
Due date:
% Done:
100%
Estimated time:
PHP Version:
Tags:
Complexity:
easy
Sprint Focus:
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.
Actions