Re: Pictures in mysql

2001-10-24 Thread Kodrik
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

RE: Pictures in mysql

2001-10-24 Thread johnlucas-Arluna
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

RE: Pictures in mysql

2001-10-24 Thread Mike Grabski
as someone suggested, if you have ASP, you can get an upload module. if you have php 4, you already have full capability to upload images, either using FTP, or if your server will let you copy from the temporary directories, for instance: page 1 has a form that allows you to select an image on

Re: Pictures in mysql

2001-10-24 Thread Siim Einfeldt aka Itpunk
I know you most likely want to add the full source of teh pics to database, but this is nt a good idea. The best way would be to just write the picture location to the database. If you write the pictures itselves, then it will make the database rather big. I have one database over 45mb and all