-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Demo does not work in Firefox #346
Comments
Well it is working for me with Firefox 32.0.3 and same angular and ng-file-upload version. One thing I notices in your error the filename is angular version 1.2.20. but you mentioned angular version 1.2.16. Did you change the angular version manually? |
My apologies, accidentally posted details about my local environment. I didn't change the angular version in the demo. I've updated the details. Just updated Firefox so it isn't the version. Seems like a CORS issue to me. |
It could be a plugin that you have installed on firefox since it is working fine for me. Does it happen for every file you upload? |
Ahh, the problem is documented here: I just realized the link to the demo site using HTTPS but the POST request when uploading is using HTTP. You should probably change the link in the README. |
Oh ok Thanks for investigating this. |
So, how do you actually change the post request to use HTTPS though? There does not seem to be such a param available. Thanks and sorry if the answer is simple. I cannot seem to figure it out. |
you need to change the code. |
Thank you |
I get the following error:
Used demo defaults
496K Microsoft Word Doc
Firefox 32.0.3
The text was updated successfully, but these errors were encountered: