Search found 2 matches
- Mon Feb 05, 2007 3:31 pm
- Forum: PHP - Theory and Design
- Topic: Different images or one images and resize on the fly
- Replies: 1
- Views: 501
Different images or one images and resize on the fly
I'm building a site where users can upload images, other users can view these images in different size (preview, normal and full screen (more size in future version of the site...)). What would be better, storing one full-size version of the image and resize on the fly, or have multiple version of t...
- Mon Feb 05, 2007 2:45 pm
- Forum: Databases
- Topic: Put images into database or not? [SOLVED]
- Replies: 4
- Views: 616
Put images into database or not? [SOLVED]
I am building a site where users can upload pictures. I was wondering which would be better save the uploaded images as 'normal' files or putting each image into a MySQL database. Putting all the images into a database would make it easier to backup all the data for my site. But would it have disadv...