Uploads a block of the specified file.
Visual Basic |
---|
Public Sub UploadFileBlock( _ ByVal UploadID As Long, _ ByVal TotalSizeInBytes As Unknown, _ ByVal Offset As Unknown, _ ByVal Block() As Byte _ ) |
This method is available only if M-Files API is used in the server interface mode.
Note This method requires support for 64-bit data types. Use UploadFileBlock_32bit in development environments that do not support these data types such as VBScript. Development environment should not be confused with the operating system: This method can be used in 32-bit operating systems. |