UploadSpec(Byte, String, String) Constructor
Creates a new upload spec based on a byte array.
Namespace: EnterpriseDT.Net.Ftp.HttpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public UploadSpec(
byte[] contents,
string fileName,
string fieldName
)
Public Sub New (
contents As Byte(),
fileName As String,
fieldName As String
)
public:
UploadSpec(
array<unsigned char>^ contents,
String^ fileName,
String^ fieldName
)
new :
contents : byte[] *
fileName : string *
fieldName : string -> UploadSpec
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.