Re: [PHP] A pen pal system with Photo upload feature

2002-05-09 Thread Tyler Longren
rsday, May 09, 2002 12:23 PM Subject: [PHP] A pen pal system with Photo upload feature > Hi, > > I've already built in a penpal system. Now i want to > add a feature which allows user to upload his/her > image. When other user's search for penpals, the > photos sh

Re: [PHP] A pen pal system with Photo upload feature

2002-05-09 Thread Bogdan Stancescu
You may also use blobs to store the images in the database. That may induce some major slowdown for large numbers of images. I would suggest going with a directory structure on the filesystem, managing the structure from PHP and allowing no more that 100 images per directory. For example: