1

I need to send a File Object type to Endpoint.React Native does not support File Object type.

I will be glad if you help

Thank You.

korkut
  • 37
  • 5

1 Answers1

0

react native can send file by FormData,just like web and use fetch to send is OK.

J.Mo
  • 1
  • you don't understand my question. I want to use File type on the web. example : https://developer.mozilla.org/en-US/docs/Web/API/File – korkut Nov 09 '20 at 18:26