File Upload Configuration
Control which file types users can upload by configuring allowed MIME types.Adding Allowed MIME Types
To allow file uploads:- Select a valid MIME type from the dropdown (e.g.,
text/plain,application/pdf) - Add the MIME type to your allowed list
Supported MIME Types
Here are the supported MIME types:- Text files -
text/plain,text/markdown,text/html - Documents -
application/pdf,application/vnd.openxmlformats-officedocument.wordprocessingml.document - Images -
image/jpeg,image/png,image/gif,image/webp - Videos -
video/mp4,video/quicktime,video/x-matroska,video/webm,video/avi - Audio -
audio/mpeg,audio/wav,audio/mp3,audio/ogg,audio/m4a

