You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a great plugin and everything is working flawlessly for me except one major pain point. It seems that if the files that get selected match that of the last selection, the callback will not get fired. This is happening in every browser I tested in (all versions of IE from 8-11, latest Chrome, latest Firefox, latest Safari)
Steps to replicate:
Add to HTML: (enabling multiple selection will make no difference)
As long as the selection isn't identical to that of the previous selection, the callback will get fired, but if it matches exactly it will silently fail with no possible way of catching.
Has anyone else run into the same issue? The only workaround I've found other than reloading the page is to re-render the HTML.
The text was updated successfully, but these errors were encountered:
This is a great plugin and everything is working flawlessly for me except one major pain point. It seems that if the files that get selected match that of the last selection, the callback will not get fired. This is happening in every browser I tested in (all versions of IE from 8-11, latest Chrome, latest Firefox, latest Safari)
Steps to replicate:
Add to HTML: (enabling multiple selection will make no difference)
Add to controller:
Select any file(s) via uploader
See
upload!
in consoleSelect exact same file(s) via uploader
Nothing happens
As long as the selection isn't identical to that of the previous selection, the callback will get fired, but if it matches exactly it will silently fail with no possible way of catching.
Has anyone else run into the same issue? The only workaround I've found other than reloading the page is to re-render the HTML.
The text was updated successfully, but these errors were encountered: