Top "Download" questions

Receiving data to a local system from a remote system, or to initiate such a data transfer.

How to download Visual Studio 2013 update 2 offline/standalone installation?

As downloadable here but to be an online installtion process. I'm looking to ways to download the package offline and/…

visual-studio-2013 download offline
How to download a blob file from Chrome iOS in Javascript?

How to download a blob file from Chrome iOS in Javascript ? I'm working on download files (pdf, excel, txt, png) …

javascript ios download blob chrome-ios
Disable VS' "downloading public symbols"

When I debug my ASP.NET webapp in VS2010, a dialog appears with the title "Downloading public symbols". How do …

visual-studio debugging download
How do I transfer an image from its URL to the SD card?

How can I save an images to the SD card that I retrieve from the image's URL?

android image download android-sdcard
Set custom folder Android Download Manager

I've a question about Download Manager. I'm going to download a file from a site. When I set the default …

android download download-manager
Downloading a Large File - iPhone SDK

I am using Erica Sadun's method of Asynchronous Downloads (link here for the project file: download), however her method does …

iphone objective-c download large-files
ASP.NET MVC: returning plaintext file to download from controller method

Consider the need to return a plain-text file from a controller method back to the caller. The idea is to …

asp.net-mvc controller download
Objective C: Downloading File With Progress Bar

I am trying to put a progress bar that syncs during the download that is happening. My app now can …

ios objective-c download uiprogressview
HTTPS with Self-Signed SSL Certificate Issues... Solution or better way?

All I need to do is download some basic text-based and image files from a web server that has a …

android https download self-signed
Get download progress in Node.js with request

I'm creating an updater that downloads application files using the Node module request. How can I use chunk.length to …

node.js download request progress