MultipartEntityBuilder with progressbar
问题 I am using the following code to upload a photo to my server with MultipartEntityBuilder. Somewhere at the end it says // FIXME Put your progress bar stuff here! . I don't know if I should put the whole function into an Asynctask or what I should do to display progress while the file is uploaded. I checked Upload a file through an HTTP form, via MultipartEntityBuilder, with a progress bar but it doesn't really help. public String postFile(String fileName) throws Exception { fileName = "/mnt