Override (not filter) mime-type as binary/octet-stream #1037
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi folks!
I need to override any specific file mime-type and send any file within the form as a binary/octet-stream - how might I do this? Basically override all of FileLikeObject in the file-type.class.ts - I notice you have allowedMimeType which filters, but I'm really trying to not have to hack this apart..