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" style="width:80px;" ng-show="!!up.file" ngf-thumbnail="up.file " />
http://jsfiddle.net/824Ldzd8/4/
after image show i want remove the filename in file upload