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.