You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have some troubles getting xdomain.js working on IE8.
The context :
i'm working on an AngularJS application with a flash fallback for uploading files in IE8 & IE9.
i'm using CORS in all browsers except IE8 & IE9 where i'm using xdomain.js
it works with IE9 but not with IE8
On IE8, the file is correctly updloaded but the caller is never notified that the upload ended. When i refresh the page, as the file was correctly uploaded, it apears without problem.
I looked through the xdomain.js code, and i noticed the call to setTimeout(check). check is a function with arguments, i'm not sure if IE8 supports setTimeout with this sort of function. Do you think it can be a problem ?
Thanks.
The text was updated successfully, but these errors were encountered:
I have some troubles getting xdomain.js working on IE8.
The context :
On IE8, the file is correctly updloaded but the caller is never notified that the upload ended. When i refresh the page, as the file was correctly uploaded, it apears without problem.
I looked through the xdomain.js code, and i noticed the call to setTimeout(check). check is a function with arguments, i'm not sure if IE8 supports setTimeout with this sort of function. Do you think it can be a problem ?
Thanks.
The text was updated successfully, but these errors were encountered: