mirror of
https://github.com/pikvm/pikvm.git
synced 2026-03-02 18:16:56 -05:00
Issue with progress bar of file uploading #257
Labels
No labels
component:documentation
help wanted
resolution:delayed
resolution:duplicate
resolution:fixed
resolution:invalid
resolution:rejected
resolution:wontfix
success story
type:bug
type:bug
type:feature
type:question
type:question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pikvm-pikvm#257
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @al-pankov on GitHub (May 25, 2021).
Originally assigned to: @mdevaev on GitHub.
Describe the bug
Progress bar not match file uploading process.
To Reproduce
Steps to reproduce the behavior, like:
Expected behavior
PiKVM is connected via WiFi. I tried to upload a 5GB ISO file. The file upload bar filled up after 5 seconds, but the upload process continued.
Screenshots

Desktop (please complete the following information):
Pi-KVM info:
@mdevaev commented on GitHub (May 26, 2021):
Is this problem reproducible or only occurred once?
@al-pankov commented on GitHub (May 27, 2021):
It's occurs every time with big files, but if file is smaller then progress bar filling looks like normal.
I recorded a screencast that show the problem.
https://user-images.githubusercontent.com/48507823/119850984-b44c0a00-bf16-11eb-8bdd-e8e68518e5e9.mp4
PS. With latest kvmd 2.80 the problem persist.
@mdevaev commented on GitHub (Jun 3, 2021):
Does this sound like your problem from the description? https://stackoverflow.com/questions/42516195/xmlhttprequest-wrong-progress
@mdevaev commented on GitHub (Jun 6, 2021):
I can't reproduce it on my win10 machine and 6Gb image. Are there any additional conditions?
@mdevaev commented on GitHub (Jun 7, 2021):
I've made a server-side download percentage calculation. I think it will solve the problem. It will be available in the next release.