At the risk of banishment I would like to know if Perl is better suited for what I want to do.
Having spent time going over PHP security issues for uploading image files, I decided to ask my hosting company if they have an opinion on the subject.
Their response was:
PHP upload is a major problem because of security holes... Our servers attempt to control all uploads to tmp folder with a lot of restriction... We recommend you to use Perl for file upload. PHP is good, but honestly not in file upload. More than 90% of our site is written in PHP, but all system related scripts are in Perl, because Perl does much better when you want to do something at the low level.
What do you think? Is Perl the better path to follow when it comes to 'low level' functions?
BTW they also have ImageMagick and PerlImageMagick installed. According to the documentation it looks like this app will resize the image as well as offer other image manipulations. Anyone use ImageMagick (version 5.5.1.3)? What do you think of the program?