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

upload result: {data:"",status:200}

Open GrandLapulass opened this issue 8 years ago • 3 comments

the filepath is correct and err is null,but why data is null? any idea?

GrandLapulass avatar Feb 21 '17 03:02 GrandLapulass

@GrandLapulass i am facing same problem is that issue solved for you? If resolved please give me suggestions that how to resolve it

shaikhussian avatar Apr 03 '17 04:04 shaikhussian

@shaikhussian @GrandLapulass any solution for this ?

Clcll avatar Aug 29 '17 12:08 Clcll

I know why. You should use key "image" to get file you uploaded. Because "image" is hard code. See FileUploadModule.java#L116

xnzj avatar Jan 02 '20 04:01 xnzj