[GH-ISSUE #353] Download file causes timeout #259

Closed
opened 2026-03-02 15:57:16 +03:00 by kerem · 1 comment
Owner

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:

  • Fresh install with one user and no other change
  • Launch one large (let's say 1Go) download with the "Download" button
  • Try to navigate the file manager it will time out
  • [proof] stop the download, you can now navigate the file manager
  • [proof] does not time out with the "DirectLink" button
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: - Fresh install with one user and no other change - Launch one large (let's say 1Go) download with the "Download" button - Try to navigate the file manager it will time out - [proof] stop the download, you can now navigate the file manager - [proof] does not time out with the "DirectLink" button
kerem 2026-03-02 15:57:16 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@prasathmani commented on GitHub (May 18, 2020):

now download feature is improved with chunk download.

<!-- gh-comment-id:630019712 --> @prasathmani commented on GitHub (May 18, 2020): now download feature is improved with chunk download.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/tinyfilemanager#259
No description provided.