MySQL Forums
Forum List  »  Newbie

Re: Best way to store images
Posted by: Richard Marsden
Date: July 28, 2009 06:47AM

Hi,

it's best just to store the image file name in the database and upload the image to a folder on your network. then you can use the file name to complete an image link ref to display the image.

I recently had to learn to do this and i found this tutorial really helpful. Hope it helps you...

http://php.about.com/od/phpwithmysql/ss/Upload_file_sql.htm

Options: ReplyQuote


Subject
Written By
Posted
Re: Best way to store images
July 28, 2009 06:47AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.