MySQL Forums
Forum List  »  Newbie

Re: Can't MySQL handle images?!
Posted by: Jared Testa
Date: January 29, 2005 03:09PM

I'm not sure if it actually can or not, but what I did, and I'm a relative newby, is load the pictures in a web folder, and then you can link to them.

I did the link using the id field of my table, products in your case. I didnt even have to store a link in the MySQL db.

I would think you would want to save the space on the SQL server....I know I do, I have a personal site, and its limited to 50MB for MySQL space, and I dont want to waste it holding pictures.

Hope this helps.

Options: ReplyQuote


Subject
Written By
Posted
January 29, 2005 01:09PM
Re: Can't MySQL handle images?!
January 29, 2005 03:09PM
January 29, 2005 08:49PM
January 30, 2005 05:14PM


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.