Bug #52186
closedmultiple file uploads with IE10 doesn't work
100%
Description
Is not possible to select more than one file in file uploads using internet explorer 10. Pressing ctrl or shift buttons it select only one file.
TYPO3 6.1.3
IE 10
With chrome it works.
Updated by David Denicolo' about 11 years ago
Checked also in TYPO3 demo site also with IE10 there is the problem
http://introduction.typo3cms.demo.typo3.org/typo3/
admin / password
Best regards
David
Updated by Chris topher about 11 years ago
- Status changed from New to Accepted
Confirmed, it's also not working for me with IE10 on Windows 8.
It works correctly in Firefox.
Updated by Wouter Wolters about 11 years ago
This is because of the X-UA tag. Which is set to IE=9 by default. Switching this to IE=10 solves the problem. But we need to investigate if this leads to other issues.
Updated by Gerrit Code Review about 11 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24000
Updated by Wouter Wolters about 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset c98654b29e0eeca88f3ae3442d6bc4bc1a30cdd1.
Updated by Henrik Ziegenhain almost 11 years ago
I think, this should also be applied to 6.1 and 4.x
Updated by Grigori Prokhorov over 9 years ago
The implemented solution for this issue kills the functionality in IE9.
Are there known workarounds to allow mass upload in IE9 and 10+?