I'm trying to obtain the size of a file before I download it. I use conn.getContentLength();
to do this and it works fine on my home computers Android 2.1 Emulator.
It however doesn't work once I run my app from my phone (either WiFi or 3G) and it also doesn't work when I run it from my work laptops Android 2.1 Emulator.
Does anyone know a workaround for this? Is there another way I can obtain the size of the file maybe without using HttpURLConnection
.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…