Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Unsupported format" after uploading image #125

Closed
engHusseinMansour opened this issue Feb 25, 2016 · 1 comment
Closed

"Unsupported format" after uploading image #125

engHusseinMansour opened this issue Feb 25, 2016 · 1 comment

Comments

@engHusseinMansour
Copy link

When i used image after aploading , i have the error "unsupported format" !!

@SmetDenis
Copy link

Hi,

I think the problem is same like here
JBZoo#1 (comment)

When you upload file, it has ext ".tmp"
SimpleImage try to find gif, jpeg/jpg or png
https://github.com/claviska/SimpleImage/blob/master/src/abeautifulsite/SimpleImage.php#L891

You should move and rename it before using SimpleImage

I decided that via mime (in my fork)
https://github.com/JBZoo/Image/blob/master/src/Image.php#L272

Best regards, Denis.

@claviska claviska closed this as completed Aug 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants