Click to See Complete Forum and Search --> : upload image/file & resize


akaki
03-10-2008, 04:04 AM
Hi Everyone,
How can I upload image with resize using php code?
Supose, I've some image downloaded from camera (1000x1000 px). Now I want to upload them with resize(250x250 px) (without editing manually in photoshop) like a phto galary.
Is it possible? How?

TheRave
03-10-2008, 04:31 AM
It would be advisable to resize the image before uploading. There are a lot of javascript uploaders which will automatically resize images then upload them.

If you do need php to do it, then check out the PHP GD Lib.