in reply to Re: Re: Saving the first frame of any image
in thread Saving the first frame of any image
$image->BlobToImage($localfile) isn't right. As
gt8073a put in his comments, "
## you need to read in the data from the uploaded file." He used
<> and you used
->Read() originally.