I am using angular-file-upload
in my angular project.
https://github.com/danialfarid/angular-file-upload
<span ng-file-select="onFileSelect($files)" class="btn btn-primary btn-lg" role="button">Upload employee list</span>
Its working fine for first uplaod but when the upload fails, afterwards it does not work.
Please suggest any workaround.
Thanks in advance.