Skip to content
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

Not works on IE8 + SWF #70

Closed
sweetie1989 opened this issue Dec 3, 2013 · 6 comments
Closed

Not works on IE8 + SWF #70

sweetie1989 opened this issue Dec 3, 2013 · 6 comments

Comments

@sweetie1989
Copy link

When I post file to server side, and the http request is "Content-Type:text/plain;charset=UTF-8" , but in morden browser the Content-Type is "multipart/form-data" , the question is how I get the file on java?

Thanks!

@danialfarid
Copy link
Owner

You probably haven't set up the angular-file-upload in your page properly. The content-type of FileAPI.upload is 'multipart/form-data'

Make sure you have the FileAPI.flash.swf and FileAPI.min.js in your path and follow the instructions about Usage and Old Browsers.
Also have a look at your developer tool console log for clues.

You must also have Flash installed on your browser.

@danialfarid
Copy link
Owner

I am gonna add a check to show a warning if flash is not installed

danialfarid added a commit that referenced this issue Dec 4, 2013
@danialfarid
Copy link
Owner

In version 1.1.10 you get a warning if flash is not installed.

@vsk123
Copy link

vsk123 commented Jan 15, 2014

Hi... in ie 9 it is showing " ReferenceError: 'FileReader' is undefined " what m i doing wrong here?

@danialfarid
Copy link
Owner

Do you use FileReader in your code?

@danialfarid
Copy link
Owner

And please open a new issue this one is already closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants