[thelist] Can Cold Fusion Write A binary file from a BLOB field

Matt Mozer matthewmozer at hotmail.com
Tue Nov 6 12:01:59 CST 2001


We are taking data out of a SQL server that is a BLOB field and need to 
write it to a binary file. The code i have currently written looks like 
this:

Download_prep is a query name.

<CFFILE action="write"
	file = "C:\inetpub\wwwroot\###.Prp"
	Name = #download_prep.prepfile#
	output = #download_prep.prepfile#>

The problem is that this writes an ASCII file which will not work.

Thank You in advance.


_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp





More information about the thelist mailing list