SQL 2008 - Filestream vs. Blob
Read the full details here.
In essence:
Filestream will save the files on the filesystem giving you streaming capabities with the use of public filesytem API along with preferred performance over normal BLOB.
From the post - Rule of thumb:
Data > 256K - Consider Filestream
Data < 256K - Keep using BLOB