react-native-fs icon indicating copy to clipboard operation
react-native-fs copied to clipboard

Fix undefined ContentLenght and support BinaryStreamOnly in Windows

Open k1mmm opened this issue 2 years ago • 0 comments

I've seen there's on going work to rework the windows module, but untill then I've fixed two things to get the current Windows module working

  1. Add a ContentLength check to avoid undefined error
  2. Allow raw binary upload (S3 signed urls wants raw binary data, not multipart/form-data)

k1mmm avatar Aug 12 '23 12:08 k1mmm