Hi!
Thanks for you library!
I try send file big file to server. I split file on chunks and send with this method:
TL_upload_saveBigFilePart{
file_id: id,
file_part: int32(i),
file_total_parts: parts,
bytes: bb,
},
But after last chunk, I receive error from readRoutine:
Who knows what is problem?
Hi!
Thanks for you library!
I try send file big file to server. I split file on chunks and send with this method:
But after last chunk, I receive error from
readRoutine:Who knows what is problem?