ngx-input-file
ngx-input-file copied to clipboard
Is it possible to have a request on each action?
Greetings, very useful your library, im implementing on a project.
IMPORTANT: i have this requirement, to send the http request on each selection, change and also on delete (of course when deleting, i need to send an identifier.
I've selected an image, then should send the http request to upload the file. i've changed an uploaded image, so i need to send the http request to let them know i have changed. i've deleted an uploaded image, so i need to send the http request to let them know i have deleted specific image.
- OS: Windows 10
- Angular Version: 13
Is it possible to have this kind of functionalities with this library?