I have a file button called btnLogo on one page. I then click the submit button and goto my upload page. On the upload page i check the image dementions and type etc.. The problem is when i say
$ImageSize = getimagesize($btnLogo);
I get the error
"Warning: getimagesize(C:\Documents and Settings\Default\Desktop\firstclass1.jpg) [function.getimagesize]: failed to create stream: No such file or directory in /home/httpd/html/allsites/firstclassmodel.com/htdocs/admin/emailer/modifyemailimage2.php on line 23"
even though the file is there and does excist.
Why is it saying it doesnt excist when it does?
Thanks!😃