<input type="file" accept="image/*" ng-model="imageupload" />
My problem is, I want to call a function when the user will browse an image file then a function will trigger.
The value of the ng-model of the input type file is going to change. Then a function will call, that function will upload the image to a folder.
That has to implement in AngularJS