FileUpHelper.UploadFile Method (Byte[], String, String)

HD.Common

FileUpHelperUploadFile Method (Byte, String, String) Helper帮助文档
上传文件

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

public void UploadFile(
	byte[] binData,
	string fileName,
	string fileType
)
Public Sub UploadFile ( 
	binData As Byte(),
	fileName As String,
	fileType As String
)
public:
void UploadFile(
	array<unsigned char>^ binData, 
	String^ fileName, 
	String^ fileType
)
member UploadFile : 
        binData : byte[] * 
        fileName : string * 
        fileType : string -> unit 

Parameters

binData
Type: SystemByte
字节数组
fileName
Type: SystemString
文件名
fileType
Type: SystemString
文件类型
See Also

Reference