On Feb 15, 2006, at 8:52 AM, Moisés Chicharro wrote:
My main aims being: - check uploaded image filesize is not too large (most important)
Looks like you already got an answer for this...
- check uploaded image physical pixel size
You need a Graphics Engine like ImageMagic or the GD libraries to work with images using perl and you need a web host that will help get them installed or at least allow you to install it. Check out Imager too:
http://search.cpan.org/~tonyc/Imager-0.47/Imager.pm
- change uploaded image physical pixel size (if possible without module)
If the file is not too big you can just specify the image size in your HTML. The browser will resize the image for you.
Kindest Regards, -- Bill Stephenson 417-546-8390