I\'m using urlconnection method to download file from the url.
URL url1= new URL(url); URLConnection urlConnection = url1.openConnection(); urlConnection.co