ngx-input-file icon indicating copy to clipboard operation
ngx-input-file copied to clipboard

Is it possible to have a request on each action?

Open fisasi1610 opened this issue 2 years ago • 0 comments

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?

fisasi1610 avatar May 31 '22 05:05 fisasi1610