I need to display the progress of a file upload. I've been searching on Google for answers, but I am confused about the differences between Microsoft.Net.Http and System.Net.Http. Some of the solutions I have found mention using System.Net.Http.Handlers.ProgressMessageHandler, but System.Net.Http.Handlers doesn't appear to exist in the PCL code, or platform specific stuff. Can anyone recommend a way to upload a file and be able to display the progress?
↧