mnutt / davros

Personal file storage server
Apache License 2.0
298 stars 35 forks source link

When uploading large files, it would be nice to have a progress bar or other indicator of progress #18

Closed paulproteus closed 8 years ago

paulproteus commented 8 years ago

Steps to reproduce:

Expected behavior:

Actual behavior:

References:

mnutt commented 8 years ago

Oops, this was totally intended to work, but I did a big refactoring of the uploading in the last version and it broke it. Fixed in https://github.com/mnutt/davros/commit/033ed3a2c6cce22b7ef7d7c9fa143eb2e00c974d and will get released in the next version.

Even so, the indicator is extremely minimal. I'd be curious if it's sufficient for web uploads, or if a more full-featured upload progress page listing individual uploads would be useful at some point.