I just dealt with this recently. I used resumable.js to handle the client side and then processed each chunk as it's own upload then assembled the file on the server once the file was completed. If you email me at matt at thinkific dot com I can give you some more details.
I just dealt with this recently. I used resumable.js to handle the client side and then processed each chunk as it's own upload then assembled the file on the server once the file was completed. If you email me at matt at thinkific dot com I can give you some more details.