CostaRico / yii2-images

Yii2-images - behavior-based module for resizing, storing, caching and attaching images.
160 stars 98 forks source link

Fix issue #66 #78

Open drtsb opened 6 years ago

drtsb commented 6 years ago

Attached image file may not have an extension. This situation often happens during uploading and storing files in /tmp directory. So the correct way is to get extension from file, not from path.