mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2026-04-26 19:05:54 +03:00
[GH-ISSUE #733] can not upload large file when using 2.4.7 with docker #501
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#501
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 @flymaxty on GitHub (Feb 25, 2022).
Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/733
Hi,
I'm using tinyfilemanager 2.4.7 with docker, and can not upload large file.
It only shows "opps Try again!" with “√“.
I also changed max_upload_size_bytes on config.php to 10485760, and nothing changed.
@prasathmani commented on GitHub (Feb 25, 2022):
can you attached console.log error as well
@flymaxty commented on GitHub (Feb 25, 2022):
@prasathmani Thanks for your reply!
I also tried native way to run tinyfilemanager, and PHP showed a warning message:
PHP Warning: POST Content-Length of 10001089 bytes exceeds the limit of 8388608 bytes in Unknown on line 0
I'm a freshman on PHP.
Is that mean I still need change php.ini post_max_size on docker container, even 2.4.7 using file chunks?
Here's the console log, if I don't misunderstand.
native_run.log
docker_run.log
@pjygithub commented on GitHub (May 25, 2022):
maybe you need change a new dropzone.min.js