(image or otherwise) with your CF application. However, even in that case,
you're better off storing it on the filesystem, outside the web root, and
just using CFCONTENT to serve it, keeping the database uninvolved.
Cheers,
barneyb
> -----Original Message-----
> From: Philip Arnold [mailto:[EMAIL PROTECTED]
> Sent: Thursday, February 26, 2004 10:22 AM
> To: CF-Talk
> Subject: RE: How do you store a image
>
> > How can I store a image binary file in a database.
> >
> > I want to upload a image and place the actual jog in a MySQL
> > database. Can this be done? if so what steps would I take.
>
> If you're wanting to present the images to users, you shouldn't
>
> The reason is that by the time you've read the image, then used
> CFCONTENT to put the image out, you're wasting database access and CF
> access just to display something that should be stored as a
> file and let
> the web server pass to the user
>
> You're trying to add weight to your services that is completely
> unnecessary
>
>
>
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

