Advertisement
Guest User

Untitled

a guest
Oct 7th, 2015
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. URL url = new URL(fileUrl);
  2. URLConnection conection= url.openConnection();
  3. conection.setDoOutput(true);
  4. conection.connect();
  5. int lenghtOfFile = conection.getContentLength();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement