Hi,
I've a requirement to upload files with only some extensions.
The "File Browse" item has Settings of "File Types" where we can define what type of files are allowed to be uploaded.
I am using "image/jpeg, image/jpg" as File types setting. if I browse a .png file then showing this type of error message.
Is there any way we can hide this message?
Or can we get the MIME type of the file when we select the file before adding it to the database? So we can create a proper validation
Any help would be appreciated.
Thanks.