amitpercept
Results
1
comments of
amitpercept
This is how we handled the problem right now: var format = _fileFormatInspector.DetermineFileFormat(stream); if (string.IsNullOrEmpty(format.Extension) || !permittedExtensions.Contains("." + format.Extension)) { IsValid = false; ValidMessage = "File's Signature Does Not Match...