hi im looking for a way to chunk my videos into smaller pieces. im having trouble with uploading my videos... also in Indonesia they have slow internet connection so if my friend upload a file with slow connection the session was died..
As far as I know it's all JavaScript clients side code to chunk file uploads. Serverside is pretty consistent as far as processing files. Changing settings for longer time out is only globally set so probably don't want to mess with that.
You could slice your file into chunks using the new functions in html5, and then splice them into a complete file, I think this package will solve your problem https://github.com/peinhu/AetherUpload-Laravel