-
Notifications
You must be signed in to change notification settings - Fork 190
Derive mime type from file extension #7
Comments
Also discussed in #4 |
@IAmHughes Any thoughts? |
Instead of using the file extension, what about using the mime database to determine the mime type? I've done a workaround on an action that I'm using the the moment, that looks like:
Full configuration here |
@caquino, I'm afraid that the solution you propose might only be valid on GNU/Linux environments (i.e. FTR, it is possible to use a JS package/lib instead: #4 (comment) |
@tim-hellhake, note that I am not completely happy with my implementation. That's why I didn't explicitly comment about it in #8. See: https://github.com/eine/tip/blob/a7ad8ec4ef0d919ab02a6f72a507f54e1210a10a/ts/main.ts#L8-L11 https://github.com/eine/tip/blob/a7ad8ec4ef0d919ab02a6f72a507f54e1210a10a/ts/main.ts#L63-L64 |
It would be nice if the mime type would be derived from the file extension.
The text was updated successfully, but these errors were encountered: