All pages
Powered by GitBook
1 of 1

Loading...

UploadErrorType

Wisej.Web.UploadErrorType

Namespace: Wisej.Web

Assembly: Wisej.Framework (2.5.0.0)

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

public enum UploadErrorType : Enum
Public Enum UploadErrorType As [Enum]

Fields

Name
Description

Used By

Name
Description

FileTooLarge

One of the files being uploaded is too large.

Upload

An error occurred while upload a file.

UploadErrorEventArgs.ErrorType

Returns the error type.