I need an application which allows me to upload images. I've already developed one which can take a file and put it on my server using PHP. However, I'd like to automatically process these images which are being uploaded, such as compress them to a 100px x 100px jpeg.
Have you looked at the "sticky" post at the top of this "PHP" forum about image uploads yet?
"Please give us a simple answer, so that we don't have to think, because if we think, we might find answers that don't fit the way we want the world to be."
~ Terry Pratchett in Nation
"Please give us a simple answer, so that we don't have to think, because if we think, we might find answers that don't fit the way we want the world to be."
~ Terry Pratchett in Nation
You'll need a couple other GD functions, too, but I believe the manual page for that one lays it out pretty well.
"Please give us a simple answer, so that we don't have to think, because if we think, we might find answers that don't fit the way we want the world to be."
~ Terry Pratchett in Nation
Bookmarks