I'm trying a simple script to upload a image which then gets resized using mogrify however each time a file gets uploaded the permissions get changed which doesnt permit mogrify to execute does anyone know how i can get round this?
many thanks David
found the problem, i was using getimagesize($var);
$var was www.blah.com/blah/imagesname.jpg
i changed that to just imagename.jpg and viola!