Community Member Profile
- Profile: /members/6889-Dan-Chan.htm
- Comments: 3
- Points: 29
Recent Blog Comments By Dan Chan
-
Ask Ben: Streaming Binary Data From The Database (BLOB) To The User Using ColdFusion
Posted on Sep 20, 2010 at 3:26 PM
Ben, I understood the problem now! <cfheader name="content-disposition" value="inline; filename=Test.jpg" /> I needed the above statement to make the browswer render the jpg file I got. Thank you! Dan Chan... read more »
-
Ask Ben: Streaming Binary Data From The Database (BLOB) To The User Using ColdFusion
Posted on Sep 20, 2010 at 12:15 PM
Ben, Thank you! I think the setting is "Longtext buffer size". I saw that the setting is for 64k. So, I uploded a photo under 64k and the whole photo is displayed. I have a link on a ColdFusion page with <cfcontent type="image/*" variable="#ThisList.Content1#"> to displ... read more »
-
Ask Ben: Streaming Binary Data From The Database (BLOB) To The User Using ColdFusion
Posted on Sep 17, 2010 at 4:45 PM
Hi Ben, I am trying to use insert images into a field of a Table in Microsoft SQL server. Following your instruction of upload, read to binary and then insert, I saw that something is inserted into the Table. The data type for the field is "image". However, how I could not load it on a w... read more »



