React Native Uploading File in parts using XMLHttpRequest and auth digest
问题 I am trying to upload local mp4/move file with XMLHttpRequest() on a server. This is written with react-native and in final version user would be able to upload any big files from his/her IOS/Android device to server. The file is about 1 GB (it could potentially be from 100 mb to 10 GB). With files below 70 mb I could easily use this code ( below ) to load the blob then slice it and put on server using : https://github.com/inorganik/digest-auth-request sendRequest = new digestAuthRequest('PUT