mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2026-04-27 03:15:50 +03:00
[GH-ISSUE #744] Can download only one file at a time / cannot browse while downloading #510
Labels
No labels
Feature
Feature
Is It Really an Issue?
Need More Info
Request
Security
bug
duplicate
enhancement
enhancement
help wanted
invalid
pull-request
question
suggestion
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tinyfilemanager#510
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 @zkrx on GitHub (Mar 9, 2022).
Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/744
I can only download one file at a time. If I download a file, I can't browse tinyfilemanager anymore. If I try to click anywhere while downloading a file (or if I try to download a second file), the action will be queued until the download finishes. However, if I start a new private window while downloading a file, I can simultaneously download another file/browse tinyfilemanager. That's why I think this may be related to session management. See:
https://stackoverflow.com/questions/1610168/downloading-files-with-php-only-downloading-one-at-a-time
@phifogg commented on GitHub (Mar 24, 2022):
+1 - download of multiple files would be great!