Saving an uploaded file (InputStream) to SQL Server through a stored procedure
See the question and my original answer on StackOverflowI believe in your case the procedure @file parameter type should be image, not text.
I believe in your case the procedure @file parameter type should be image, not text.