Ok so I know every one hates using BLOB and maybe one day I will too. But I want to use both methods. Use BLOB for static images that will be around for a long time or that I just dont access that often and use the file path for large files (i.e. zips and other things).
So I have the page to upload images and files to BLOB (follow this link to see that code
http://gettinlucky.net/sample.aspx), but need the retrieve side of it to pull the image or doc or zip back out of the DB.
And I have been searcing to find something to store the file path like has been mentioned in this thread but can only find way to complex (for me the newbie) to do and or not in .net.
If needed i'm running server 2003, .net 2.0, sql 2005 exress.
Thanks for any help that can be provided even if it's a link to a posting or an example.
Thanks
Tim