CodeIgniter Forums
Internet Explorer 11 upload - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: Internet Explorer 11 upload (/showthread.php?tid=577)



Internet Explorer 11 upload - defunkt.nu - 12-22-2014

I have an old CodeIgniter project (running 2.1.0).

Since a few days, my client can't upload in IE11.
$this->upload->do_upload seems to fail without an error message.

Other browsers seem fine. It also works fine in IE11 on my computer.

Deleting the cookies on his system didn't fix it.


RE: Internet Explorer 11 upload - Avenirer - 12-22-2014

do you use some sort of javascript for the upload form?


RE: Internet Explorer 11 upload - defunkt.nu - 12-23-2014

No, it's just the $this->upload->do_upload through a normal http request.

No Javascript checks before upload.

(12-22-2014, 02:54 PM)Avenirer Wrote: do you use some sort of javascript for the upload form?



RE: Internet Explorer 11 upload - FaraonX - 12-23-2014

(12-22-2014, 07:43 AM)defunkt.nu Wrote: Since a few days, my client can't upload in IE11.
...
Other browsers seem fine. It also works fine in IE11 on my computer.
If it's fine in your IE11 so that looks like there is a problem on client side. Are you tried reinstall his IE11?


RE: Internet Explorer 11 upload - InsiteFX - 12-23-2014

10 to 1 it is an IE cookie setting, check his cookie settings under Internet Options.