How to Refresh Input type file in Angularjs
问题 hi i am using angularjs image upload functionality once i upload the image . uploaded image will show img src tag after showing i need refresh the input type file but now image shows but that path still there i need refresh or delete the path after iamge show in thumbnail code <input id="fileMobile" type="file" ngf-select ng-model="up.file" name="file" onchange="angular.element(this).scope().file_changed(this)" ngf-pattern="'image/*'" accept="image/*" ngf-max-size="4MB" /> <img ng-src="rfile"