MultiType-FilePicker icon indicating copy to clipboard operation
MultiType-FilePicker copied to clipboard

Set Mime Type and Compress

Open BareumSW opened this issue 7 years ago • 1 comments

  1. Is it possible to set MIME type to pick files?
  2. Is it possible to compress the selected files?

BareumSW avatar Sep 12 '18 08:09 BareumSW

  1. Based on MimeUtils. guessMimeTypeFromExtension(String extension) you can create your own implementation or copy paste the code to your project, so you can get the extension from MIME type and use that

hendrawd avatar May 28 '19 17:05 hendrawd