edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

UploadSpec(Byte, String, String) Constructor

Creates a new upload spec based on a byte array.

Definition

Namespace: EnterpriseDT.Net.Ftp.Http
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public UploadSpec(
	byte[] contents,
	string fileName,
	string fieldName
)

Parameters

contents  Byte
The contents to be uploaded.
fileName  String
The file to be uploaded.
fieldName  String
The field name as which this file shall be sent to.

See Also