Find answers from the community

Updated last year

Which reader should I use to load the

At a glance
Which reader should I use to load the document from an object without a file path? When a user uploads a document such as a PDF, I want to store this file when it passes some test. In this case, I don't have any file path, and I only have an object to read and load.
b
J
3 comments
have to either load it into Bytes or store it in /tmp/
IO.Bytes or something I can't remember the exact
Thanks for the prompt reply!
After storing it in IO.Bytes, which reader should I use?
Add a reply
Sign up and join the conversation on Discord