Demo app to show file splitting as a solution to large file uploads
The client (web or windows), splits a large file into chunks, and sends these to the MVC server
The server expects files named in a particular format, and uses this to merge files back together