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
Sounds like it's related to this bug https://stackoverflow.com/a/72664761/8595398 where filetype.Match isn't looking at enough of the file to determine that it's docx rather than zip
The text was updated successfully, but these errors were encountered:
I created a simple word document with the Word "hello" in it (attached), saved it as a .docx file.
But filetype.Match returns zip even if I send the entire file (all 12kb) to filetype.Match
I'm using version v1.1.3
Hello.docx
Sounds like it's related to this bug https://stackoverflow.com/a/72664761/8595398 where filetype.Match isn't looking at enough of the file to determine that it's docx rather than zip
The text was updated successfully, but these errors were encountered: