ImageUpload.Error Property

HD.Common

ImageUploadError Property Helper帮助文档
Error返回值 1、没有上传的文件 2、类型不允许 3、大小超限 4、未知错误 0、上传成功。

Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public int Error { get; }
Public ReadOnly Property Error As Integer
	Get
public:
property int Error {
	int get ();
}
member Error : int with get

Property Value

Type: Int32
See Also

Reference