FileUpHelper Methods | Helper帮助文档 |
The FileUpHelper type exposes the following members.
Methods
Name | Description | |
---|---|---|
ConvertStreamToByteBuffer |
流转化为字节数组
|
|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
FormatNum |
字符串前补0
|
|
GetBinaryFile |
转换为字节数组
|
|
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
GetUploadFileName |
生成上传文件名
|
|
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
UploadFile(Byte, String, String) |
上传文件
|
|
UploadFile(FileUpload, String, String) |
上传文件
|
|
UploadFile(String, Int32, String, HtmlInputFile) |
上传文件
|
|
UploadFile(String, Int32, String, String, HtmlInputFile) |
上传文件
|
|
UploadFile(String, Int32, String, HtmlInputFile, String, Int32) |
上传文件
|
See Also