Hi
I have a script that uploads an image but before checks its size. I know that the server the script runs on is using the safe mode and there's no way to deactivate it. I get the following error message:
Warning: open_basedir restriction in effect. File is in wrong directory in [...]/image_upload_verify.php on line 29
Warning: getimagesize: Unable to open '/tmp/phpCGymPa' for reading. in [...]/image_upload_verify.php on line 29
Does the getimagesize() function not work in safe mode or where is the problem?