Re: [PHP] Limit image height/width on upload

2001-01-12 Thread joe
Specifically getimagesize() - You'll get an array with element 0 as the width and 1 as the height. Just test it after it's uploaded and either keep it or throw it out. Joe Jason Murray wrote: > > Is there a way to limit the image size with php? > > You would have to use some image manipulation

RE: [PHP] Limit image height/width on upload

2001-01-11 Thread Jason Murray
> Is there a way to limit the image size with php? You would have to use some image manipulation functions to look at the file once it's been uploaded. Jason -- Jason Murray [EMAIL PROTECTED] Web Design Team, Melbourne IT Fetch the comfy chair! -- PHP General Mailing List (http://www.php.net

[PHP] Limit image height/width on upload

2001-01-11 Thread David Smith
Is there a way to limit the image size with php? WreckRman2 Combat Flight Center http://www.combatfs.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list ad