Enum BOBFileValidationErrorKind
- Namespace
- BlazOrbit.Components.Forms
- Assembly
- BlazOrbit.dll
Reason a file was rejected by BOBInputFile's client-side filters.
public enum BOBFileValidationErrorKind
Fields
DisallowedType = 1The file's MIME type or extension did not satisfy the
Acceptfilter.TooLarge = 0The file exceeded the configured
MaxSize.TooManyFiles = 2The selection would push the total above the
MaxFilesceiling.