I am Using URLCONNECTION method to download file from the Internet.
URL url = new URL(Url1); URLConnection urlConnection = url.openConnection(); urlConnection