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
)
Function UploadFile (
fileData As Byte(),
fileName As String
) As File
Parameters
- fileData
- Type: SystemByte
The file as a byte array - fileName
- Type: SystemString
The name of the file
Return Value
Type:
FileThe stored URL.
See Also