Stream Upload Files
Upload large files using stream upload.
McsAPI.stream_upload_file(wallet_address, file_path)
Stream upload can be used in the same way as normal upload.
Parameters
wallet_address: MetaMask wallet address.
file_path: Absolute path of the file for upload.
Last updated