envexlabs Posted June 25, 2007 Share Posted June 25, 2007 Hey, What is the best way to go about storing product images for a website. I've looked into storing in the mySQL database using BLOB, or uploading the file and then just saving the path in the database. which is the fastest-easiest-safest? thanks! Quote Link to comment Share on other sites More sharing options...
pocobueno1388 Posted June 25, 2007 Share Posted June 25, 2007 I've looked into storing in the mySQL database using BLOB, or uploading the file and then just saving the path in the database. Thats exactly what I would do, except I think BLOB is way to big for just a file path, varchar (255) should be plenty. Quote Link to comment Share on other sites More sharing options...
envexlabs Posted June 25, 2007 Author Share Posted June 25, 2007 thanks! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.