mime icon indicating copy to clipboard operation
mime copied to clipboard

Invalid mime types, everything returning 'image/jpeg' even mp4

Open clipsmm opened this issue 3 years ago • 6 comments

Trying to record/pick videos using flutter but when I do

lookupMimeType(file.path, headerBytes: [0xFF, 0xD8]).split('/'); it return image, jpeg but its an mp4 video, what could be the issue or what am I doing wrong?

clipsmm avatar Jul 03 '21 16:07 clipsmm