Opened 16 years ago
Closed 16 years ago
#2481 closed defect (fixed)
upload progress bar not useful since API 0.6
Reported by: | frawe | Owned by: | team |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Core | Version: | |
Keywords: | Cc: | Gubaer |
Description
Since using API 0.6 there's nearly nothing a progress meter could meter since the data itself is uploaded as one junk.
Therefore shouldn't the existing bar be switched to indeterminate mode?
Additionally I suggest to also display the individual steps while uploading like
"opening connection", "creating changeset", "uploading data", "waiting for server response", "closing changeset".
States apart from penultimate should go by so fast to be not visible in normal operation. But if something hangs users should see where right away.
Attachments (0)
Change History (2)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
Cc: | added |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Therefore shouldn't the existing bar be switched to indeterminate mode?
Yes, it is now switched to indeterminate mode.
While the changeset data is uploaded as a single http request, it can still have a progress bar, just based on the how many bytes have been transferred to the server. For large uploads and/or less-than-blazing-fast connections, this can take some time, and it would be nice to show the progress.