Bug #68544
closedFile upload doesn't work in IE 11
0%
Description
Hi there,
file upload doesn't work in IE 11. The file seems to be uploaded 100%, but the progress bar doesn't change into "green" and after refresh the file cannot be found in the directory.
Best regards
alexinge
Files
Updated by Markus Klein over 9 years ago
- Status changed from New to Needs Feedback
I'm can't reproduce this problem. Can you maybe check the error logs (server, typo3temp/logs/, Log module) if there is some info?
Updated by Inge Khodjasteh over 9 years ago
I'm sorry, but there aren't any entries in errorlog.txt nor typo3temp/logs/typo3.log. The protocol only states the login, but no error!
Updated by Markus Klein over 9 years ago
Are you accessing the page with IE compatibility mode?
(this is turned on by default for intranet sites)
Updated by Inge Khodjasteh over 9 years ago
Yes, I've turned it off, but the problem still exists...
The upload works, when I'm editing content and do an upload within this editing process, but not in file list.
Updated by Markus Klein over 9 years ago
Can you check with Dev Tools of IE if there are any javascript errors?
Updated by Inge Khodjasteh over 9 years ago
- File konsole.JPG konsole.JPG added
Hi, I'm sorry I've got no experience with Dev Tools. I only found this message:
SCRIPT1010: Bezeichner erwartet
Datei: mod.php, Zeile 1, Spalte 9
!?
Updated by Markus Klein over 9 years ago
I've seen this error before, but it does not seem to cause real issues.
This is rather not related to file upload.
If you keep the network panel (or however this is named in IE) open while uploading, do you see any failing request?
Updated by Inge Khodjasteh over 9 years ago
- File network-panel1.JPG network-panel1.JPG added
- File network-panel2-afterr-refresh.JPG network-panel2-afterr-refresh.JPG added
Ok - please see the screenshots!
Updated by Markus Klein over 9 years ago
- Target version deleted (
6.2.14)
Ok the AJAX request is never completed. Does it work with any other browser on this machine?
Updated by Inge Khodjasteh over 9 years ago
Yes, it works in Chrome and Firefox. Didn't test the other browser's. The problem occurs at work, but not at home. Maybe it's a configuration problem in the office network!?
Updated by Riccardo De Contardi over 9 years ago
some security settings of IE, maybe?
Updated by Dietma Haimann about 9 years ago
Hi! We have the same problem here. Did you ever got this problem solved? Because of this problem we must deploy FF. Are there any updates or workaraounds to this case available?
Thanks! Dietmar
Updated by Markus Klein about 9 years ago
Since we fail to reproduce that, I'm pretty sure Riccardo is right and there is some security setting involved.
we must deploy FF
Why so "negative"? Actually I would take this chance and ban IE completely from the environment, especially in a government organization.
Updated by Dietma Haimann about 9 years ago
Why so "negative"
It is strategy to use (only) IE to minimize support for too many browsers. It's hard enough. Mozilla never released Group Policy Objects to centrally manage FF. A must have in a government organization with many users with different needs.
We placed the Typo3-Pages in the trusted sites zone. Which security settings do you mean? Which settings must be allowed to make this working?
Thanks!
Updated by Markus Klein about 9 years ago
AFAIK GPO is supported by Chrome, so that could be a standalone alternative maybe.
I can't tell you the exact setting, since I can't reproduce this. I suggest to open the IE dev panel and watch the network traffic there. Especially check the AJAX requests and their result. This might give a hint on why uploads fail.
There was a report about some IE problem recently and it turned out that a anti-virus software addon for IE was the culprit. Are you running any addons in IE?
Updated by Dietma Haimann about 9 years ago
I think it's not necessary to justify why we use IE. We do so and it's much better than its reputation.
No there are no anti-virus addons running in IE. I will investigate the traffic with F12 tools and try to send feedback if I am able to find anything.
Cheers, Dietmar
Updated by Vendy Tjung about 9 years ago
I can also reproduce this problem with IE 11, though upload status more than 100% (sometimes 105%). The files with color orange are not uploaded.
I uploaded also the ajax request, the request with only red progress bar are the missing files. It's seem that the request doesn't return any value.
Any idea?
Updated by Riccardo De Contardi almost 9 years ago
I am not able to reproduce the problem with TYPO3 6.2.17 and the latest 8.0-dev master.
I'm using IE11 64-bit (11.0.9600.17843) on Windows 7
Can you test again? Thank you
Updated by Inge Khodjasteh almost 9 years ago
Hi!
file uploads works again with IE 11 and Typo3 6.2.15 and 6.2.17!
Thanks a lot!
Updated by Markus Klein almost 9 years ago
- Status changed from Needs Feedback to Closed