react-native-signature-canvas icon indicating copy to clipboard operation
react-native-signature-canvas copied to clipboard

How To upload Signature To Server API for Showing in Web using RNFetchBlob

Open MiladFakour opened this issue 6 years ago • 1 comments

hi bro's, i want to upload signature to server using RNFetchBlob Library, for showing in web , but i can't :D

please help me and shown me any example code, thanks all ;)

MiladFakour avatar Nov 03 '19 23:11 MiladFakour

Hi. signature image is a base64 image, you can send the base64 to server, then server conver the base64 to jpg or png.

YanYuanFE avatar Dec 01 '19 09:12 YanYuanFE