Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
Text.FileExtensionToMimeType
Finds a mime type for a file extension.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| Text | 5.4 | Yes | Yes | Yes | Yes | Yes |
Parameters
| Parameter | Description | Example |
|---|---|---|
| FileExtension | The file extension to lookup. Anything before a dot is ignored, so you can pass whole file name or path. | "test.pdf" |
Result
Returns OK or error.
Description
Finds a mime type for a file extension.Please report any missing mime type in our lookup table, so we can add more.
See also Text.MimeTypeToFileExtension.
Examples
Find mime type for PDF:
MBS("Text.FileExtensionToMimeType"; "pdf")
Example result: application/pdf
Find mime type for whole file name:
MBS("Text.FileExtensionToMimeType"; "my.test.pdf")
Example result: application/pdf
See also
- CURL.FormAddKeyValueContentType
- MailComposer.AddAttachmentContainer
- MailComposer.AddAttachmentFile
- MailComposer.AddAttachmentText
- MessageComposer.AddAttachmentFile
- SendMail.AddAttachmentContainer
- SendMail.AddAttachmentFile
- SendMail.AddAttachmentText
- SocialRequest.addMultipartContainer
- SocialRequest.addMultipartText
Example Databases
Blog Entries
Release notes
- Version 8.1
- Changed Text.FileExtensionToMimeType to prefer our table in the plugin to not report wrong type if your desktop database on Mac is broken.
Created 2nd October 2015, last changed 11st December 2016
Text.EncodeURLComponent - Text.FilterASCII
Feedback: Report problem or ask question.
Links
MBS Xojo PDF Plugins