[PR #714] [MERGED] Chunked file upload #1035

Closed
opened 2026-03-02 16:02:52 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/prasathmani/tinyfilemanager/pull/714
Author: @mythsmith
Created: 2/6/2022
Status: Merged
Merged: 2/12/2022
Merged by: @prasathmani

Base: masterHead: chunked


📝 Commits (1)

📊 Changes

1 file changed (+54 additions, -7 deletions)

View changed files

📝 tinyfilemanager.php (+54 -7)

📄 Description

Removes any PHP or server-side file-upload limits by using file chunks.

Cheap shared hosting services usually does not allow to change file upload settings, to save resources. By allowing Dropzone chunked file upload feature, unlimited size files can be uploaded.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/prasathmani/tinyfilemanager/pull/714 **Author:** [@mythsmith](https://github.com/mythsmith) **Created:** 2/6/2022 **Status:** ✅ Merged **Merged:** 2/12/2022 **Merged by:** [@prasathmani](https://github.com/prasathmani) **Base:** `master` ← **Head:** `chunked` --- ### 📝 Commits (1) - [`4c633ec`](https://github.com/prasathmani/tinyfilemanager/commit/4c633ec2997f89fb3e4004c1df2f339ae397f6e8) Chunked file upload ### 📊 Changes **1 file changed** (+54 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `tinyfilemanager.php` (+54 -7) </details> ### 📄 Description Removes any PHP or server-side file-upload limits by using file chunks. Cheap shared hosting services usually does not allow to change file upload settings, to save resources. By allowing Dropzone chunked file upload feature, unlimited size files can be uploaded. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 16:02:52 +03:00
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#1035
No description provided.