Split-file Uploader

Demo app to show file splitting as a solution to large file uploads

Learn more »

Client-side split

The client (web or windows), splits a large file into chunks, and sends these to the MVC server

Click to test »

Server-side merge

The server expects files named in a particular format, and uses this to merge files back together

Learn more »