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
At the time of this comment, I am able to run a 1 byte txt file through without exception (so this appears to be fixed?).
I do receive an ArgumentOutOfRangeException when MimeDetective.MimeTypes.GetFileMatchingCount fails due to tiny file size for png and gif (apparently they must be larger than 512 bytes).
Not a show stopper because I don't think anyone will ever upload an image that is smaller than 1 kb.
I create simple 1.txt file with simple short content: "1" and got the
System.IndexOutOfRangeException
.The text was updated successfully, but these errors were encountered: