Question
Read Binary File
I have Users Upload files and they are stored in the database as binary file with cf_sql_blob type, it could be a word doc or pdf file but not images
The content type I am storing in the database also. How do I make this file viewable on the browser?
