Top "Progress" questions

"Progress" is the name of a development tool and database from Progress Software Corporation.

How to get a progress bar for a file upload with Apache HttpClient 4?

I've got the following code for a file upload with Apache's HTTP-Client (org.apache.http.client): public static void main(…

java apache http client progress
Progress indicator for git clone

Is it possible to get a progress bar when doing a git clone? I'm wondering because I am currently doing …

git progress git-clone
Update progressbar in each loop

I have a progress bar that I update in a loop of many iterations. https://jsfiddle.net/k29qy0do/32/ (…

javascript jquery css progress
Android: Progress Dialog spinner not spinning

This seems to be an Android-wide problem, which you can see in API demos under Views -> Progress Bar …

android dialog progress-bar progress
Using UIActivityIndicatorView with UIWebView in Swift

I'm trying to display an Activity Indicator View in my app to users while a url is being loaded into …

swift uiwebview progress uiactivityindicatorview
Pass file from Javascript upload to PHP

I'm working on a script to let the user upload a file and sees a upload status and the file …

javascript file upload status progress
Android Download Progress

I want to know the progress of some download. When I'm getting some resource from the internet, like this: String …

android progress
Get the percentage of the page load using javascript?

I'm writing an iphone application and need to show a progress bar that shows the loading progress of a web …

javascript iphone time load progress
Using tqdm on a for loop inside a function to check progress

I'm iterating over a large group files inside a directory tree using the for loop. While doing so, I want …

python python-2.7 progress tqdm
Determine click position on progress bar?

Is it possible to determine the value/position of a user's click on a progress bar using plain javascript? Currently, …

javascript html progress