Reply to Re: Image processing on local server won't behave

Re: Image processing on local server won't behave new!
by colin, 14 years, 7 months ago
For some reason, your system returns the MIME type as image/jpeg; charset=binary.

I will issue a fix in the next version. Note that I am not supporting the class under Windows since I don't use it, and cannot test the class with it.

In the meantime, line 2607 in version 0.28, you can add the line:
$this->file_src_mime = str_replace('; charset=binary', '', $this->file_src_mime);
Reply

Your reply

Name *
Email 
Title *
Text *
CAPTCHA image
Enter the code displayed on the image:
Click on the image to generate another one if it is hard to read it. The case is important