Hi I am using Dropbox chooser in my MVC application .when user selects a files i am getting file link in response. i am using webclient.downloaddata(url) to download the file in bytes, this works good for small size files but takes too much time time for higher size files. can some one help for an alternative solution. to download data fast