I am designing a small, commercial website that requires an administration page where the owner can upload photos and update the inventory table. It was coming along just fine until I found out, by brute force, that Dreamhost does not allow a PHP script to execute the Image Magick commands required to resize the photos.
So I'm asking someone for help. I need a barebones python script with functionality to grab the uploaded photos, mogrify them < /usr/bin/mogrify -resize 600x450 *jpg
>. From that functionality, I can develop the simpler stuff to rename and print a validation page.
Please help. This has really set me back. Client is growing impatient. Thank you.