Hello Guys,
I'm currently working on a MVC 4 application where in a user can upload image, audio, video files and these files are stored in a FileTable in SQL Server 2012. As you all know FileTable provides all the transactional capabilities of T-SQL + Windows I/O(copy, paste, etc.) operation support. Now, I would like to know if there is a way to play these mutlimedia files in a silverlight player displayed on a razor view?
Thank You,
Raj