[GH-ISSUE #1109] Video upload splitting in parts #710

Closed
opened 2026-03-02 16:00:57 +03:00 by kerem · 2 comments
Owner

Originally created by @NinoNikoles on GitHub (Nov 13, 2023).
Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/1109

If I try to upload a mp4 the video gets splitt into a video file and a part file. I'm getting no error.
$max_upload_size_bytes = 10000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000;
(For test case :D )
The video is 10mb large so it should work.
And yes mp4 upload is enabled

*Smaller Video with 7MB worked. But above 10MB no more.
PHP.ini is also setup up correctly for larger upload

Originally created by @NinoNikoles on GitHub (Nov 13, 2023). Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/1109 If I try to upload a mp4 the video gets splitt into a video file and a part file. I'm getting no error. $max_upload_size_bytes = 10000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000; (For test case :D ) The video is 10mb large so it should work. And yes mp4 upload is enabled *Smaller Video with 7MB worked. But above 10MB no more. PHP.ini is also setup up correctly for larger upload
kerem closed this issue 2026-03-02 16:00:57 +03:00
Author
Owner

@prasathmani commented on GitHub (Nov 15, 2023):

disable chunk upload and try

chunking: false,
forceChunking: false,
image
<!-- gh-comment-id:1812827167 --> @prasathmani commented on GitHub (Nov 15, 2023): disable chunk upload and try ```php chunking: false, forceChunking: false, ``` <img width="527" alt="image" src="https://github.com/prasathmani/tinyfilemanager/assets/11345598/26a60f2a-621c-43d1-aab0-19d3854970db">
Author
Owner

@milankragujevic commented on GitHub (Nov 27, 2023):

@prasathmani Disabling chunking does let the file be uploaded, but the file name is wrong, it's the name of it's folder not the actual file name. please fix.

<!-- gh-comment-id:1828558889 --> @milankragujevic commented on GitHub (Nov 27, 2023): @prasathmani Disabling chunking does let the file be uploaded, but the file name is wrong, it's the name of it's folder not the actual file name. please fix.
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#710
No description provided.