I need help to display binary(could be pdf,doc,txt,etc) data stored in SQL server to the browser.
table=FileData
id int
FileType varchar
FileLength int
description varchar
FileData image
I described the sql server table so you can have an idea of the datatype I work with.
I will appreciate any help.
Thanks