I actually did find a solution. This uploader here uploads files in “chunks”. For example you can set it to upload in 10MB chunks, and after the entire file is uploaded all the chunks are put back together.
I’ve successfully uploaded a 1GB file on a server in which the php.ini settings specify a 64MB max_upload_size.
https://plupload.com/
There’s the site ^, Let me know if it works out for you.