Thanks for the reply. To be honest that was the response I was expecting.
Normally we mirror the supported browsers from Umbraco for all of our projects. However, in this case the client only has access to IE9, hence this headache.
I am thinking of setting up an alternative image media type just for IE9 that uses the upload data type instead of the cropper, but not sure if this will work anyway.
We don't need to worry about full compatibility with the Cropper as we only indirectly use it to get access to the focal point (which we default to 0,0 anyway) not utilising the .GetCropUrl() method.
Image Media Type Umbraco File Not uploading IE9
Hi Everyone,
We are currently experiencing an issue with the image media type not uploading the selected image(s) in IE9.
Currently the umbracoFile property is set to an "Image Cropper" data type.
There is no JavaScript errors, and no log entries being produced when uploading the selected images.
Image(s) are within the allowed upload size.
Does anybody have any ideas?
Many thanks,
Martin.
Hi Martin and welcome to our :)
I'm not sure how well Umbraco 7 works in IE below 10 since there is no official support for it according to the system requirements listed here https://our.umbraco.org/documentation/Installation/system-requirements
Would it be possible to use another browser instead?
/Jan
Hi Jan,
Thanks for the reply. To be honest that was the response I was expecting.
Normally we mirror the supported browsers from Umbraco for all of our projects. However, in this case the client only has access to IE9, hence this headache.
I am thinking of setting up an alternative image media type just for IE9 that uses the upload data type instead of the cropper, but not sure if this will work anyway.
We don't need to worry about full compatibility with the Cropper as we only indirectly use it to get access to the focal point (which we default to 0,0 anyway) not utilising the .GetCropUrl() method.
Many thanks, Martin.
Hi Martin
Yeah it's worth trying but don't have any idea if it will work though :)
/Jan
is working on a reply...