Question
File Upload - SQL 2008 FileStream
Hi,
In SQL 2008, there is something called FILESTREAM. It is a new feature of SQL Server 2008, which allows storage of and efficient access to BLOB data using a combination of SQL Server 2008 and the NTFS file system.
Has anyone used ColdFusion to upload a document into a database table that has filestream columns?
I want to know how I can upload a document from ColdFusion and get it into the database.
Any help appreciated
-ws
