> How can I upload and store images in SQL Server 7 database using
> coldfusion.

Don't - when a web page has to display an image, it has to be a file first -
so, if you store the graphics in an Image type field, then you'll have to
write it (with CFFile) before the page can call it - the problem with this
is that NT might not have written the file by the time the browser asks for
the image.
Also, you'd never know (without loads of intelligent programming) if the
graphic is already written and you're making a duplicate

It's a lot easier to hold all of your images in a central resource, then
just store the file name (and possibly complete URL) than to store the code
in the database

Philip Arnold
ASP Multimedia Limited
T: +44 (0)20 8680 1133

"Websites for the real world"

**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**********************************************************************


------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to