mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2026-04-27 19:35:58 +03:00
[GH-ISSUE #353] Download file causes timeout #259
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#259
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 @D0tty on GitHub (May 5, 2020).
Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/353
Hi, it is all fine with small downloads but with larger files (when it takes more than some seconds) I am not able to navigate the file manager.
This behavior does not happen when I use the direct link, and I think that is because the direct link uses the web server (nginx in my case). The download button uses the php file in the url to generate the download link (href="?p=PATH_TO_FILE") and then causing the connection to timeout when I want to do other things on the file manager.
I don't know if this could be fixed or if this is the supposed behavior.
Steps to reproduce:
@prasathmani commented on GitHub (May 18, 2020):
now download feature is improved with chunk download.