Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Send Big File #18

Open
sah4ez opened this issue May 27, 2018 · 0 comments
Open

Send Big File #18

sah4ez opened this issue May 27, 2018 · 0 comments

Comments

@sah4ez
Copy link

sah4ez commented May 27, 2018

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant