-
Notifications
You must be signed in to change notification settings - Fork 268
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upload File in IE8/9 or Safari doesn't work #73
Comments
what versions of IE / Safari? On Tue, May 13, 2014 at 9:30 PM, AlexCapi [email protected] wrote:
|
I have Safari Version 6.1.3 and IE version 9.0.8112 for instance. Do you have the same issue? |
Testing safari now, looks like its the same in safari 7, looking into it... On Tue, May 13, 2014 at 9:33 PM, AlexCapi [email protected] wrote:
|
so this fixed for safari, not sure if it can work in IE9, needs Blob FormData and FileReader. Are those supported? |
Thanks for the safari's fix it is working like a charm. Indeed I am not sure Blob FormData and FileReader are supported by IE, I must give it a look |
I have the following error when accessing the page that implements the upload file directive : |
Yep so the crossdomain.xml works similar to the proxy.html file, needs to On Tuesday, May 13, 2014, AlexCapi [email protected] wrote:
|
I'm having a similar issue. This is the error I'm getting: XDomain - v0.6.15
Script:
|
Same here. Only in IE8. When I run IE11 in IE8 mode, the debugger stalls here: https://github.com/jpillora/xdomain/blob/gh-pages/dist/xdomain.js#L470 It's trying to set a header "Slave-Cookie" to the value "" (empty string). I'm not sure why, as I have specified In my case I'm not trying to upload a file, just fetch some JSON. |
I am trying to upload files using XDomain and the angular-upload-file https://github.com/danialfarid/angular-file-upload .
It is working nicely in Chrome and Firefox but nothing happens when submitting the exact same form in IE or Safari. No request are even send so I can not debug it...
Even your example at http://jpillora.com/xdomain/example/formdata/ doesn't work on these browsers.
The text was updated successfully, but these errors were encountered: