You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ApacheMimetypeHelper has a hardcoded map of file extension to mime type map. It should be possible for the user to add custom mappings, overwrite mappings or remove mappings.
ApacheMimetypeHelper should have a constructor argument for additional mappings and merge those with its default mappings. Right now the only way to do this is extend ApacheMimetypeHelper and inject it with MultipartStreamBuilder::setMimetypeHelper