UploadErrorType

Wisej.Web.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

FileTooLarge

One of the files being uploaded is too large.

Upload

An error occurred while upload a file.

Used By

NameDescription

Returns the error type.

Last updated