Quote Originally Posted by Chris Brown View Post
Hi

I had a user complain at the fact they couldn't upload an image. Due to the fact the upload button wouldn't activate after images selected.

This issue is in auto wide template.

The user was having issues using Internet Explorer.

I suggested he used another browser and it worked using chrome, i also find it works in Firefox
Hello Chris,


You're right. The Edge browser don't show the orientation of image and it get js error.
I've fixed this problem in your website, you can update cache and check it.


The temporary solution:
1. open the file: \libs\upload\jquery.fileupload-fp.js
2. find row ~140:

Code:
Only registered members can view the code.
3. and replace it to:

Code:
Only registered members can view the code.