Yes this is what we're doing.

Just put the pathname to the file into a VarChar field.

As for using the web to add them, I would suggest using ASPUpload(if you are
using ASP), or other similar utility, which allows you to create an upload
form then stores the uploaded file into a directory structure of your
choice.

This works well for us.

-----Original Message-----
From: Kodrik [mailto:[EMAIL PROTECTED]]
Sent: 24 October 2001 07:16
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Re: Pictures in mysql


You should just enter the path to the picture in the database, in a varchar
field.

On Wednesday 24 October 2001 08:09 am, [EMAIL PROTECTED] wrote:
> Hello friends.
>
> I am a newbie in mysql and web programming.
>
> Can someone please tell me where I can find some info on putting pictures
> into mysql fields and also how I can use a web interface to add the
> pictures to the database.
>
> Thanks
> Denis
>
>
> ---------------------------------------------------------------------
> Before posting, please check:
>    http://www.mysql.com/manual.php   (the manual)
>    http://lists.mysql.com/           (the list archive)
>
> To request this thread, e-mail <[EMAIL PROTECTED]>
> To unsubscribe, e-mail <[EMAIL PROTECTED]>
> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail
<[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to