As part of my requirement need to show dynamic progress bar about uploaded file to user. I am using Java rest service for placing file into a separate location. Is there any way to get upload% from rest service and pass it to UI angular application
Asked
Active
Viewed 101 times
1
-
It really depends on the REST service and what library/framework you're using for the AJAX call. – Ivan Rubinson Jul 03 '18 at 06:45
-
Perhaps this is relevant? https://stackoverflow.com/questions/47034375/angular-file-upload-progress-percentage – Ivan Rubinson Jul 03 '18 at 06:46
-
https://stackoverflow.com/questions/35042623/upload-angularjs-file-with-progress-percentage – Shantanu Jul 03 '18 at 06:55
-
Hi Ivan Rubinson, Thanks for response. but I am using Angular 1.5 version and Java rest services as Back end, Any references for the same would help. – user3718242 Jul 04 '18 at 12:35
-
Does this answer your question? [How to use angular2 http API for tracking upload/download progress](https://stackoverflow.com/questions/42231123/how-to-use-angular2-http-api-for-tracking-upload-download-progress) – Vega Aug 26 '20 at 02:11