UploadErrorType
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Defines a the type of errors that can occur while uploading files.
- C#
- VB.NET
public enum UploadErrorType : Enum
Public Enum UploadErrorType As [Enum]
Fields
| Name | Description |
|---|---|
| FileTooLarge | One of the files being uploaded is too large. |
| Upload | An error occurred while upload a file. |
Used By
| Name | Description |
|---|---|
| UploadErrorEventArgs.ErrorType | Returns the error type. |