Forum Moderators: coopster

Message Too Old, No Replies

phpMyAdmin Question: Image File Column Type

What do I set the column type for an Image File (i.e.image.gif)?

         

alcheme

8:34 pm on Dec 28, 2004 (gmt 0)

10+ Year Member



I am uploading images as part of adding information to a database from a web form.

What do I set the column type (in phpMyAdmin) for an Image File (i.e.image.gif)?

Blob?
VarChar?

~Shane

adamnichols45

8:45 pm on Dec 28, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



you would set it as blob yes

alcheme

9:01 pm on Dec 28, 2004 (gmt 0)

10+ Year Member



OK, thanks...

phpMyAdmin = Field(photo) Type(blob) Length/Values(?)

What about Length/Values for an image file?

~Shane