-
Notifications
You must be signed in to change notification settings - Fork 349
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
Subsequent uploads in ngFileSelect do nothing. #423
Comments
I should also point out that the ngFileSelect does open the OS file-select dialog/modal (whatever it's called) but the component does nothing after that. So this is clearly a bug. |
@BBaysinger which browser do you use? |
Oops, sorry. This was in Chrome on OS X. |
I am having the same issue. How do you reset component? |
Same issue here, chrome on osx |
I've created a PR for this: #428 |
Workaround is possible by adding a local template variable (#) to the input field and adding a click handler, like so: |
I had been seeing this problem only when attempting to upload the same file twice in a row. @maikdiepenbroek's suggestion works. |
Hi, the workaround given by @maikdiepenbroek has not worked for me. |
@maikdiepenbroek's workaround worked for me, thank you! |
A solution that worked for me in case of restarting the upload was to add a reference on the component
and then right before creating the event for
|
I am also facing same issue subsequent uploads with angular 10, "ngx-uploader" v-"10.0.0". Also tried the suggested solutions #423 (comment) but it is also not working in our case. Is there any workaround? |
After uploading a single file or multiple files once, using ngFileSelect, does nothing. That is, my callback function onUploadOutput is not getting called the second time I use it.
This is in contrast with ngFileDrop, that will continue to let me drag/drop files and my callback function gets invoked as expected.
Does it need reset? Is there a workaround?
The text was updated successfully, but these errors were encountered: