Blank screen after file upload with Internet Explorer
PermalinkThis is causes by /concrete/tools/files/add_to_complete.php
before the closing form tag, there's closing div tag which should be deleted. there are 11 closing tags and 10 opening tags..
http://www.concrete5.org/developers/bugs/5-4-1/ie-file-upload-bug/...
As Remo said above, the easiest fix is to remove the closing div tag on line 207 from add_to_complete.php
These mistakes are a lot harder to make if code is indented properly... </grumble>
Jon