FileUpHelper Class

HD.Common

FileUpHelper Class Helper帮助文档
文件上传帮助类
Inheritance Hierarchy

SystemObject  HD.CommonFileUpHelper

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

  NameDescription
Public methodFileUpHelper
Initializes a new instance of the FileUpHelper class
Top
Methods

  NameDescription
Public methodConvertStreamToByteBuffer
流转化为字节数组
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodFormatNum
字符串前补0
Public methodGetBinaryFile
转换为字节数组
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodGetUploadFileName
生成上传文件名
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Public methodUploadFile(Byte, String, String)
上传文件
Public methodUploadFile(FileUpload, String, String)
上传文件
Public methodUploadFile(String, Int32, String, HtmlInputFile)
上传文件
Public methodUploadFile(String, Int32, String, String, HtmlInputFile)
上传文件
Public methodUploadFile(String, Int32, String, HtmlInputFile, String, Int32)
上传文件
Top
See Also

Reference