views:

147

answers:

1

Warning: exif_imagetype(test.gif) [function.exif-imagetype]: failed to open stream: No such file or directory in E:\xampp\htdocs\online\upload.processor.php on line 6

What's wrong? How to fix it?

Maybe I should get the full path of the file on the client. How to do it?

A: 

exif_imagetype($_FILES['uploadedfile']['tmp_name'])

Steven
Is this the solution to your problem?
Pekka
yes. A solution to my problem.
Steven