I’m trying to build an HTML5 file uploader that supports large files via chunks. I’ve found enough documentation online to work with the frontend side of things but I see zero info about how to reconstruct the chunks once they hit the server (I’m using Rails.) Any help?
Share
So you have multiple files containing a chunk of the large file? Then just do