[GH-ISSUE #733] can not upload large file when using 2.4.7 with docker #501

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

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.

image

image

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. ![image](https://user-images.githubusercontent.com/6258335/155676064-ef7758a2-6215-43df-aefe-dfd361792d3b.png) ![image](https://user-images.githubusercontent.com/6258335/155676133-b1e08f59-4687-437f-9da6-c3082672a0dc.png)
kerem closed this issue 2026-03-02 15:59:17 +03:00
Author
Owner

@prasathmani commented on GitHub (Feb 25, 2022):

can you attached console.log error as well

<!-- gh-comment-id:1050664471 --> @prasathmani commented on GitHub (Feb 25, 2022): can you attached console.log error as well
Author
Owner

@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

<!-- gh-comment-id:1050694962 --> @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](https://github.com/prasathmani/tinyfilemanager/files/8140080/native_run.log) [docker_run.log](https://github.com/prasathmani/tinyfilemanager/files/8140081/docker_run.log)
Author
Owner

@pjygithub commented on GitHub (May 25, 2022):

maybe you need change a new dropzone.min.js

<!-- gh-comment-id:1137221729 --> @pjygithub commented on GitHub (May 25, 2022): maybe you need change a new dropzone.min.js
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#501
No description provided.