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.
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.
react native can send file by FormData,just like web and use fetch to send is OK.