FilenCloudDienste / filen-web

Web and Desktop Frontend for Filen
https://app.filen.io
GNU Affero General Public License v3.0
23 stars 4 forks source link

Stuck on creating directories #25

Open sjiawjbssj opened 3 days ago

sjiawjbssj commented 3 days ago

Describe the bug When uploading a folder with a lot of sub-folders the transfer list stays stuck at showing creating directories instead of the progress bar.

To Reproduce Steps to reproduce the behavior:

  1. Upload Folder with a lot of sub-folders
  2. open transfers

Expected behavior The progress bar should show the current status of the upload

Screenshots Screenshot

Browser and OS (please complete the following information):

Dwynr commented 3 days ago

If it's a lot of subfolders, then it's probably not stuck, just taking long. The app has to create all directories before uploading any files. I'd let it run for a bit. Nonetheless I'd also recommend using a one-way "local backup" sync in our desktop client. It handles uploads of large directory trees much more efficient than a browser ever could.

sjiawjbssj commented 3 days ago

The upload works fine it just never starts to show any progress. It's ~900 sub-folders so it makes sense that it keeps showing that folders are being created, but shouldn't the progress bar start moving at some point?

Edit: I guess I worded that badly. Normally it first shows that folders are being created and then the progress bar starts moving, that's why I wrote it's stuck at that step.

Dwynr commented 1 day ago

We'll try to make the progress more clear.