-
Notifications
You must be signed in to change notification settings - Fork 53
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
mOxie is not defined #110
Comments
I'm having this same issure here. I noticed this addon is using version ~2.1.8 of plupload. With that version, you should be fine. But I also found out that version 2.2.1 of plupload started using version 1.5.2 of mOxie, which has changed their API. So I assume that's why it is breaking our code. See here: It would be great if ember-plupload could be updated to use the latest versions of plupload. |
@tmeloliveira I should probably update this repository with an end of life or ask for maintainers; I'm supporting https://github.com/tim-evans/ember-file-upload now instead of this |
@tim-evans, I was about to send a pull request! 😅 |
Here it is: #121 |
When I tried to use this addon, I got an error "mOxie is not defined". The error was thrown from system/upload-queue.js. I'm very confused that the global object of moxie.js is lower case 'moxie'. Where the mOxie come from? Thanks for any help!
The text was updated successfully, but these errors were encountered: