*

Alealto1

  • **
  • 14 posts
Is it possible to allow HEIC/HEIF image uploads in Osclass?
« on: October 12, 2025, 10:05:43 PM »
Hi everyone,
many users (especially iPhone users) now take photos in HEIC format, and when they try to upload them, osclass rejects the file.

Has anyone successfully enabled HEIC/HEIF uploads ?

Thanks in advance for any insight 🙏

Marked as best answer by Alessandro Altobelli on October 14, 2025, 07:28:11 AM
*

MB Themes

Re: Is it possible to allow HEIC/HEIF image uploads in Osclass?
« Reply #1 on: October 13, 2025, 08:39:06 AM »
GD library dooes not support heic format.
You could have more luck with Imagemagick.

Try to enable ImageMagick for processing media, make sure it support such format and in t_preference table search for allowed_extensions and add your format here.
With little of luck it may work ;)
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Alealto1

  • **
  • 14 posts
Re: Is it possible to allow HEIC/HEIF image uploads in Osclass?
« Reply #2 on: October 14, 2025, 07:29:51 AM »
Wow, fantastic, it works!!! Thanks for the advice. :)