Reputation: 107
I am working on image upload with image preview.I want to show the progress bar when the upload button is clicked and its upload status in progress bar with the help of angular. How can I do that?
Thanks in advance.
Upvotes: 0
Views: 1444
Reputation: 7156
There are various plugins you can use for file upload with progress bar. I particularly like jquery.form.js.
http://malsup.com/jquery/form/progress.html
I found a link with working example and its integration with angularjs.
http://blog.brunoscopelliti.com/a-directive-to-manage-file-upload-in-an-angularjs-application/
Upvotes: 1