wp-net / WordPressPCL

This is a portable library for consuimg the WordPress REST-API in (almost) any C# application
MIT License
338 stars 129 forks source link

Application/octet-stream MIMEType #162

Closed Arendhal closed 5 years ago

Arendhal commented 5 years ago

Could you add the application/octet-stream MIMEType? This could be very useful if we want to upload .kmz and .kml files to our wordpress in order to add a layer to a GoogleMap map. Currently this extension and MimeType does not exist in the MimeTypeHelper and kmz files are marked as text/plain which prevent normal usage of the file.

ThomasPe commented 5 years ago

Hey, feel free to add a pull request for this! :)