CodeIgniter Forums
Large file uploads - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Feature Requests (https://forum.codeigniter.com/forumdisplay.php?fid=29)
+--- Thread: Large file uploads (/showthread.php?tid=81555)



Large file uploads - ignitedcms - 03-17-2022

Hey guys,

Again not sure on the logistics of this, or if anything is being considered, but it would be good to have a large file uploads in chunks. Something similar to plupload baked into codeigniter 4.0


RE: Large file uploads - MGatner - 03-19-2022

Might be something to consider, the problem is that “chunking” is handled by the frontend and while there are some standards forming (like TUS) they aren’t universal yet.

You can check out my Files module which uses DropZoneJS for the frontend - it might be more “full-blown” than you need but the upload part could be plucked out easily enough: https://github.com/tattersoftware/codeigniter4-files