Hi All,I have a perl script which enables users to upload a jpg file to my webserver from their browser. However, I'd like to reformat the uploaded jpeg to a certain pixel width and height so that it fits in with my webpage template (and also to avoid massive files being uploaded). Is there any way to do this in perl?
Thanks in advance, Mo