client-mimetype-to-extension
Reactive icon

Client Mime Type to Extension

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded on 02 October 2022 by 
0.0
 (0 ratings)
client-mimetype-to-extension

Client Mime Type to Extension

Details
Lib to retrieve extension from mimetype.
Read more

A library that exposed two methods for retrieving possible extensions.


GetFileExtensionFromMimeType : Retrieves the first valid extension for a specific mime type. (If the mime type is not censored among known ones it splits the mime type with "/" and returns the last value)

GetMultipleFileExtensionFromMimeType : Retrieves a text list with all possible extensions for a specific mime type. ( If the mime type is not censored among known ones it returns ".file" )


This version handles 301 mime types.

Release notes (1.0.0)
Reviews (0)
Team