Is there a way to reject certain file types in the upload file formfield.
I want to reject .HEIC files to be uploaded.
Is there a way to reject certain file types in the upload file formfield.
I want to reject .HEIC files to be uploaded.
You can specify that a field is Any file (allows all file extensions), Document (only allows Office documents, PDF, etc) or Picture (allows all supported image formats).
If you want to specifically not allow HEIC files, we don’t provide that specific setting, since we can perfectly handle these types of files. Is there a specific reason not to allow HEIC files?
Note that in the 2024.2 release we have released HEIC/HEIF support, and these are internally converted to JPEG.
Hi @Jesse,
Thank you for your reply. Currently we save the files as any file but I tested it to save the file in an picture field and that looks like it would do the job.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.