Skip to main content
Version: 3.5

UploadErrorType

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Defines a the type of errors that can occur while uploading files.

public enum UploadErrorType : Enum

Fields

NameDescription
FileTooLargeOne of the files being uploaded is too large.
UploadAn error occurred while upload a file.

Used By

NameDescription
UploadErrorEventArgs.ErrorTypeReturns the error type.