Join Slack
Powered by
how to get the file size from uri
# android
s
san
01/05/2021, 5:27 AM
how to get the file size from uri
stackoverflow
5
r
Rafs
01/05/2021, 8:17 AM
open an input stream on the uri and read it's
available
property
s
Sinan Gunes
01/05/2021, 8:43 AM
I am not sure if this is reliable 100%
r
Rafs
01/05/2021, 8:45 AM
why not
@Sinan
s
Sinan Gunes
01/05/2021, 8:47 AM
https://stackoverflow.com/a/18237279
Sinan Gunes
01/05/2021, 8:49 AM
and this could be the answer to original question:
https://stackoverflow.com/questions/21882322/how-to-correctly-get-the-file-size-of-an-android-net-uri
s
san
01/05/2021, 9:46 AM
👍🏻
685
Views
Open in Slack
Previous
Next