File manager upload issue with IE9 - Mendix 6.2.1

0
Hi All, Has anybody came across and was able to resolve an issue with the file manager in IE9. I have the file manager in file upload only mode in a data view with a “Document” entity that is a specialization of System.FileDocument. The dataview has a Save and Cancel button. I can successfully browse and select a file but once I click the save button I receive the following error in the IE9 console : "Object doesn't support property or method 'determineUrl' " when debugged I received the error on the following line: form.action=this.determineUrl(); This does not occur on other versions of IE, Firefox and/or Chrome. Thanks for your help.
asked
2 answers
0

Unfortunately, Microsoft dropped all support for IE9, so do we. We only support IE11+, if I am correct. You could try to file a support ticket for this.

answered
0

We do not support IE9 in Mendix 6: link

answered