On Mar 9, 2005, at 3:09 PM, Allan Rube¹ wrote: > I have a web site where, among other things, I display photos. I would > like > to be able to create a friendly web page where viewers of my site can > upload > there photos and then see them - sort of like pbase or other sites do. > The > reason I would like to do this is so I can make prints for them. > > Does anyone know of any Mac software which would allow me to create > such an > addition to my site? Don't know of any software .... but a simple form and some php code can handle this for you. depending on the server which your site is hosted.. thumbnails and resizing of images could be done on the fly after the picture is uploaded as well. Kansas