Click to See Complete Forum and Search --> : important question


m_tyhurst2002
01-05-2005, 09:52 PM
Hello, I was wondering, I want to design a personal web site that a user can log into and upload pictures that will resize automatically when uploaded to a specific size into a picture gallery. Does anyone know how this can be done? I really want to learn how to do this. Any help with what type of language this is done in or any links with tutorials would be appreciated. Thanks

scragar
01-06-2005, 05:50 AM
the resizing is almost imposible, althought the HTML height and width atributes of images may be used.

look up fupload on php.net/manual

silent11
01-06-2005, 07:19 AM
Originally posted by scragar
the resizing is almost imposible, althought the HTML height and width atributes of images may be used.

look up fupload on php.net/manual

Ummm, what do you mean??? Resizing CAN be done using PHP with GD support, or with the help of programs like NetPBM or ImageMagick.


Just take a look at Gallery [gallery.sourceforge.net] it dose all sorts of image manipulations.

scragar
01-06-2005, 07:35 AM
I was thinking about not having to install anything else, after all most people have the servers managed by some big faceless company that's not going to install something for a single user...

ShrineDesigns
01-06-2005, 01:53 PM
most hosts (that boast they host the most, lol) have gd compiled with php

pyro
01-06-2005, 02:29 PM
If your host doesn't care enough to install such commonly used modules as GD, find a new one...