FileUpHelper Class | Helper帮助文档 |
文件上传帮助类
Inheritance Hierarchy
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class FileUpHelper
Public Class FileUpHelper
public ref class FileUpHelper
type FileUpHelper = class end
The FileUpHelper type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | FileUpHelper | Initializes a new instance of the FileUpHelper class |
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