[GH-ISSUE #107] Use chunking from dropzone #78

Closed
opened 2026-03-02 15:55:33 +03:00 by kerem · 3 comments
Owner

Originally created by @kikoun on GitHub (Dec 20, 2018).
Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/107

Why do not use dropzone.js chunking ability to rule out timeout, sizes issues or http server settings like post_max_size ?

https://www.dropzonejs.com/#config-chunking

Originally created by @kikoun on GitHub (Dec 20, 2018). Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/107 Why do not use dropzone.js chunking ability to rule out timeout, sizes issues or http server settings like post_max_size ? https://www.dropzonejs.com/#config-chunking
kerem 2026-03-02 15:55:33 +03:00
Author
Owner

@cahek-555 commented on GitHub (Apr 21, 2019):

Solidarity, you can split large files into chunk. There is a need for this mode.

<!-- gh-comment-id:485283038 --> @cahek-555 commented on GitHub (Apr 21, 2019): Solidarity, you can split large files into chunk. There is a need for this mode.
Author
Owner

@AndreFabris commented on GitHub (Apr 22, 2019):

+1. You can actually easily enable it by addding chunking: enable, the real issue is adding the code to merge the chunks into one file

<!-- gh-comment-id:485454026 --> @AndreFabris commented on GitHub (Apr 22, 2019): +1. You can actually easily enable it by addding chunking: enable, the real issue is adding the code to merge the chunks into one file
Author
Owner

@prasathmani commented on GitHub (Nov 19, 2022):

This issue is addressed in the new release.

<!-- gh-comment-id:1320960105 --> @prasathmani commented on GitHub (Nov 19, 2022): This issue is addressed in the new [release](https://github.com/prasathmani/tinyfilemanager/releases/tag/2.5.0).
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#78
No description provided.