I have to make the php max file upload to the 50 GB. The server has the capability but I have confusion that how this task should be accomplished.
My first question: Is it possible to upload a 50 GB file at once in php?
Second question: if possible, is there any way to upload the file in chunks so it would better if the connection lost due to some reason so it will continue from the chunks which are left and the uploaded chunks will remain in server.
Sorry, I have not much experience in PHP and never do such a task. I try to google but couldn't find any solution.
Thanks