Welcome Guest, Not a member yet? Register   Sign In
Zip library - Large file processing
#4

(This post was last modified: 02-12-2017, 02:55 PM by ignitedcms.)

I'm not sure about the 'zip' thing, but when I had issues uploading large files, could be zips or different formats, I found plupload did the trick (you can browse the source on github), essentially it uses chunked uploads to get around the memory limitation issue you get when dealing with large file/uploads.

It might be worth a look at....

Also, I'd just like to add PHP isn't great for these kind of tasks, it is something you'd want to do with something like nodejs which supports non blocking IO...

Good info found here.
http://stackoverflow.com/questions/43570...ut-disk-cp
Practical guide to IgnitedCMS - Book coming soon, www.ignitedcms.com
Reply


Messages In This Thread
Zip library - Large file processing - by drew - 02-11-2017, 10:08 AM
RE: Zip library - Large file processing - by drew - 02-12-2017, 12:11 AM
RE: Zip library - Large file processing - by ignitedcms - 02-12-2017, 02:46 PM



Theme © iAndrew 2016 - Forum software by © MyBB