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

fix resize image bug on windows os #853

Open
wants to merge 1 commit into
base: master
from

Conversation

@longyuan
Copy link

@longyuan longyuan commented Jun 8, 2018

NotSupportedException in AbstractEncoder.php line 151: Encodingformat (tmp) is not supported.

The reason for this bug is that during the upload process, the image extension identified by the system is named tmp, so it is not possible to find a suitable method to store the image. But it is said that this phenomenon only appears in the windows system, it does not exist in linux.

```
NotSupportedException in AbstractEncoder.php line 151: Encodingformat (tmp) is not supported.
```
The reason for this bug is that during the upload process, the image extension identified by the system is named tmp, so it is not possible to find a suitable method to store the image. But it is said that this phenomenon only appears in the windows system, it does not exist in linux.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

1 participant
You can’t perform that action at this time.