Interface IFileDefinitionTransform
- All Known Implementing Classes:
IdentityFileDefinitionTransform
public interface IFileDefinitionTransform
Given a file definition, applies some transform to it. This is used to allow detecting the content type of the
uploaded file instead of relying on the classification of the browser, as that can be inconsistent across browsers
and be spoofed by attackers.