Skip to content

Send Big File #18

@sah4ez

Description

@sah4ez

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions