Hi when uploading file (uri) picked from gallery (...
# android-architecture
u
Hi when uploading file (uri) picked from gallery (edited) 1. would you rather copy it to apps temp file and upload that copy 2. or upload the inputstream from uri directly? 1st doubles the storage and has to be cleaned up 2nd you might have issue of the file going away during upload