mtproto icon indicating copy to clipboard operation
mtproto copied to clipboard

Send Big File

Open sah4ez opened this issue 6 years ago • 0 comments

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:

ReadRoutine: EOF

Who knows what is problem?

sah4ez avatar May 27 '18 21:05 sah4ez