I have followed the below stackoverflow question and implemented all the code there.
File Upload using Twitter Bootstrap, C#, asp.net and javascript
When I actually try to upload a file it runs the code without errors but I can't tell if/where it has saved the file to as I can't see where to specify a location such as
~/Uploads/ServiceUser/uploadedfilenamehere
Any help in how to get this to save the file to the above location would be appreciated.