Voting

: seven plus one?
(Example: nine)

The Note You're Voting On

nico at anvilstudios dot co dot za
14 years ago
I encountered a problem with this function on a windows system. Instead of returning false in case of the file not being a JPG, the function resulted in an error:
"imagecreatefromjpeg() : gd-jpeg : JPEG library reports unrecoverable error".

To get around this first check whether the file is a JPEG file using its mime type, if it is not return false.

<< Back to user notes page

To Top