forked from SimonEast/file-uploader
-
Notifications
You must be signed in to change notification settings - Fork 140
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
Drag and Drop Broken: Uncaught TypeError: Object [object Object] has no method '_isValidFileDrag' #29
Comments
I've exactly same issue on all browsers. What's wrong? |
+1 |
I am seeing the same thing, on the same demo.htm |
+1 |
1 similar comment
+1 |
If you look at the offending line, there's a comment: "now causing error. Need it be here?" The answer is: no :) Just comment the line out and it will work again. |
Commented out that line to make it work. Weird comment though. |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Drag and drop is no longer working, including in the supplied demo. Console is returning:
Uncaught TypeError: Object [object Object] has no method '_isValidFileDrag' (fileuploader.js:670)
Using Chrome Version 23.0.1271.97
The text was updated successfully, but these errors were encountered: