File not found #568
Unanswered
emil-malmgaard-rasmussen
asked this question in
Q&A
Replies: 1 comment
-
facing the same issue, did you find your way around it? @emil-malmgaard-rasmussen |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I'm trying to upload a pdf using this library, but it doesn't seem to be working.
I'm storing the response from picker in useState();
then I'm appending this to form data, and using React Query, I'll post this to my backend:
I have tried numerous solutions in regards to the file decoding:
I've tried decode the URI and fileCopyUri
I've tried replace("file://","") on both URI and fileCopyUri
It doesn't seem to find the document, but the output states it is there:
Beta Was this translation helpful? Give feedback.
All reactions