Skip to content
This repository was archived by the owner on Mar 16, 2019. It is now read-only.
This repository was archived by the owner on Mar 16, 2019. It is now read-only.

How to stop readStream when reading huge file and start reading a file at specific position? #279

@newhalo

Description

@newhalo

Hi! I'm trying to upload huge files in chunks to my server by using readStream and fetch data to server, my app will allow to pause uploading, I'm looking for a way to stop the opening readStream (readStream still reading for a long time, to the end of file), when user press resume, how can i start reading a file by readStream at specific position (from byte != 0)!

Sorry about my bad English!
Thanks very must!

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions