UploadFilePart Method
Uploads the binary content of a file.
Required Permissions
AllowAnySyntax
public System.byte[] UploadFilePart(
System.IO.Stream filecontents
)Public Function UploadFilePart( _
ByVal filecontents As System.IO.Stream _
) As System.Byte()Parameters
| Name | Description |
|---|---|
| filecontents | A stream of binary data. |
Return Value
The upload ticket.