Permitted file types.
abecedarian
Posts: 312
BRD and SCH files are permitted files. This post has both types of files uploaded but clicking on either of them results in the browser prompting to save "attachment.php". If I choose "Save As...", it puts "attachment.php" as the file name, but I can rename the file to what it's supposed to be and enclose the name in quotes and it saves the file properly. As well, I can save the file first then rename it and that works as well. This is IE11 on Win 8.1.
Is the problem on my end or a server MIME type error?
*edit - solved, sort of. It appears the site does not properly handle IE11 and tries to serve code intended to accommodate earlier IE browsers and their quirks modes.
Is the problem on my end or a server MIME type error?
*edit - solved, sort of. It appears the site does not properly handle IE11 and tries to serve code intended to accommodate earlier IE browsers and their quirks modes.
Comments
I changed IE11's compatibility settings and now it works as expected, so it's likely the site is using some IE conditionals that are not properly handling IE11.