0

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.

5
  • you can use bootsrap progress bar or any angularjs plugin.. and rest it all depends on your logic applying for uploading. Commented Jun 15, 2015 at 8:40
  • This question is asked before ,so please try to find answers yourself before asking it on stackoverflow. stackoverflow.com/questions/18571001/… Commented Jun 15, 2015 at 9:07
  • Thanks for your suggestions but may be all those posts don't solve that purpose what exactly I want as I am a beginner in angular and wants more specific help. Commented Jun 15, 2015 at 9:23
  • its ok .but try to upload files without progress bar then implement progress bar..and you have freedom to ask questions as much as you can so that others will learn from them but also try to learn from other questions. Commented Jun 15, 2015 at 9:46
  • yup I know will do that from next time :) Thanks Commented Jun 15, 2015 at 9:53

1 Answer 1

1

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/

Sign up to request clarification or add additional context in comments.

1 Comment

surely, I'll try this.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.