SecureBlackbox 2020 iOS Edition

Questions / Feedback?

uploadBytes (method)

Uploads a byte array to the server.

Syntax

- (void)uploadBytes:(NSData*)bytes :(NSString*)remoteFile;
public func uploadBytes(_ bytes: Data, _ remoteFile: String) throws -> Void

Remarks

Use this method to upload Bytes or its part to RemoteFile on the server.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 iOS Edition - Version 20.0 [Build 8166]