You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For an angular project using restangular I'm currently working on, I needed an upload progress bar.
Sadly, Restangular doesn't implement it (or tell me if it does?) and I had to add angular-file-upload.
Is it plan to add an upload progress on POST/PUT ?