ClientTrack restricts the files that users are allowed based on their file extension and/or content type.
By default, the users will be allowed to upload the following types of files:
- Documents
- .csv
- .txt
- .xml
- .zip
- Images
- .gif
- .heic
- .heics
- .heif
- .heifs
- .jpeg
- .jpg
- .png
- .svg
- .webp
- Media
- .avi
- .mov
- .mp3
- .mp4
- .wav
- Office
- .doc
- .docx
- .ppt
- .pptx
- .xls
- .xlsx
You can override these types by setting the File Types system property. You can also set Portal File Types to set the file types allowed in the Portal.
If you want to allow all these types, but allow additional types as well, simply start your value with + (e.g. +.html
will allow html files along with the default types).
If you want to completely specify your own types, you can enter them in. In this setting, you can also use [document]
, [image]
, [media]
, and [office]
to include all files of the appropriate category (e.g. setting File Types to .html,[document]
will allow html and other document files, but not images, media, or office files).