Click or drag to resize

IUploadcareUploadFile Method (Byte, String)

Uploads a file using the fileData and fileName

Namespace:  NetQuarry.Services.Uploadcare
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
File UploadFile(
	byte[] fileData,
	string fileName
)

Parameters

fileData
Type: SystemByte
The file as a byte array
fileName
Type: SystemString
The name of the file

Return Value

Type: File
The stored URL.
See Also