Today's task was to take an Excel file and save it to a SQL Image field.
All the approaches that I saw while researching did an ODBC type query and sent the DATA to SQL. This approach takes the actual Excel file and saves it.
Specifically, we are using a Telerik ASP.NET RadAsyncUpload control to grab a file from the user... but the approach can be modified for almost any use.
Code below.