GibbonEdu / core

Gibbon is a flexible, open source school management platform designed to make life better for teachers, students, parents and leaders.
https://gibbonedu.org
GNU General Public License v3.0
452 stars 295 forks source link

Stream: Fixed the error of "File not supported" with exif checking #1839

Open ali-ichk opened 1 month ago

ali-ichk commented 1 month ago

Description When uploading images, the FileUploader does an exif data check, which is an extra step to check the orientation of an image that came from a mobile device. Without this step, the image is often rotated the wrong direction. However, for some temporary files especially in the Stream module, there was a File not supported error related to exif:

Fixed the FileUploader script so that no error is given even when different types of images are uploaded,.