react-native-fetch-blob icon indicating copy to clipboard operation
react-native-fetch-blob copied to clipboard

skip some bytes of file in Multipart form-data

Open alifarahmandnejad opened this issue 6 years ago • 0 comments

is this possible to skip some bytes of file in Multipart form-data?

for example:

I want to upload 1Gb file to server. The server receives 700Mb of file and store it. Next time server tell me ok! send me next 300Mb. and i want to skip the first 700Mb of the file and send next 300Mb of the file to a server.

alifarahmandnejad avatar Feb 03 '19 11:02 alifarahmandnejad