Skip to content
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

Event for new files upload #65

Open
alexqbm opened this issue Dec 2, 2021 · 3 comments
Open

Event for new files upload #65

alexqbm opened this issue Dec 2, 2021 · 3 comments
Labels
enhancement New feature or request

Comments

@alexqbm
Copy link

alexqbm commented Dec 2, 2021

I was wondering if there's a way to listen for changes using some observable such as the fileUploadControl.valueChanges one but only for new files:

  • If the user uploads the same file again: no data is emitted.
  • If the user uploads two new images: only these two images are emitted.
@pIvan
Copy link
Owner

pIvan commented Dec 13, 2021

Hi @alexqbm,

I'm working on observable pipe, because this all need to be compatible with @angular FormControl.

@pIvan pIvan added the enhancement New feature or request label Dec 13, 2021
@alexqbm
Copy link
Author

alexqbm commented Dec 13, 2021

Ahhhh, I am glad to hear that. Yours is a pretty fine work! I'll make sure to use it and provide you with feedback as soon as you drop it. Thanks!

@pedroslp
Copy link

Hi @pIvan, is there any update on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants