Resolved! How to get the InputStream of a file without using FileBlob.getStream()?
Is there a way to to get the InputStream of a file without using FileBlob getStream() method? I ask this because when I when I use fileblob getStream() it seems that it copy first the file in a temp file then return a blob. I this will affect the per...