React-native-fetch-blob: How to stop readStream when reading huge file and start reading a file at specific position?

Created on 8 Mar 2017  路  2Comments  路  Source: wkh237/react-native-fetch-blob

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!

needs feedback

Most helpful comment

@newhalo , this is not supported yet but we're planning to add this in the future version.

Refer to #124

All 2 comments

@newhalo , this is not supported yet but we're planning to add this in the future version.

Refer to #124

I'm Looking this functionality as well

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mykelaballe picture mykelaballe  路  4Comments

atasmohammadi picture atasmohammadi  路  3Comments

aouaki picture aouaki  路  3Comments

Draccan picture Draccan  路  3Comments

nsethuraman picture nsethuraman  路  3Comments