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

Update Android's UploadFiles boundary to use random UUID

Open nikoWah opened this issue 3 years ago • 2 comments

Changes made in UploadFiles for android:

  • WebGateway security setting blocked file uploads from Android as it found the fixed asterisks boundary string to be duplicated requests.
  • Update boundary to use random UUID instead of using fixed asterisks to be consistent with iOS implementation.

nikoWah avatar May 03 '21 09:05 nikoWah

Pls merge this code. I need boundary not *****

bachbonglong avatar Sep 20 '21 13:09 bachbonglong

Chunked file upload may stuck if this PR is missing. I will investigate more and i will take this PR in use...

tero-paananen avatar Feb 07 '22 13:02 tero-paananen