Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upfix resize image bug on windows os #853
Conversation
``` 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.
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.