hi, guys
I'm using this function --> getimagesize() and then i have really no clue if
the directory name is the factor or any other factor that cause this error message
below.
Warning: getimagesize(): Read error! in /home/askjames/public_html/mygallery/upload.php on line 99
ok, this is the line number 99 codes below.
list($width, $height, $type, $attr) = getimagesize($filename);
Perhaps you could help me with this error. i really lost now.
Am i wrong with the directory path? or $filename?
thanks in advance for your help.