PDA

View Full Version : upload picture into table


frocer
02-01-03, 12:56
how do i upload file to be a picture and save into table by i use php & my sql plzzz thank you!!

aZa
02-02-03, 10:14
It is a good practice to save only filename and path to image file in tables, not to keep actual binary there.

smithhayward
04-04-03, 13:13
aZa, would you happen to have any articles/etc. that say why this is the case. I'm in the process of creating a site that will store information and files, and I was considering both folder heirarchies and storing data as BLOB in mySQL. Please let me know.

Thanks!