mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2026-04-26 19:05:54 +03:00
[GH-ISSUE #107] Use chunking from dropzone #78
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#78
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 @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
@cahek-555 commented on GitHub (Apr 21, 2019):
Solidarity, you can split large files into chunk. There is a need for this mode.
@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
@prasathmani commented on GitHub (Nov 19, 2022):
This issue is addressed in the new release.