Skip to main content

Questions tagged [download]

Receiving data to a local system from a remote system, or to initiate such a data transfer. Do not use this tag for question asking where to download off-site resource.

1 vote
3 answers
12k views

where can i download opengl for windows vista [closed]

I've been searching and can't find the download files on opengl.org. can someone please point me to the right direction?
mario64's user avatar
  • 1,527
3 votes
4 answers
4k views

What's the best way to generate a Text file in a .net website?

I have a page in my vb.net web application that needs to toss a bunch of data into a text file and then present it to the user for download. What's the best / most efficient way to build such a text ...
Electrons_Ahoy's user avatar
3 votes
2 answers
8k views

C# Download all files in HTTP directory

How do I download all files in a directory and all subdirectories on an HTTP server?
user avatar
74 votes
5 answers
69k views

How to get the file size from http headers

I want to get the size of an http:/.../file before I download it. The file can be a webpage, image, or a media file. Can this be done with HTTP headers? How do I download just the file HTTP header?
user avatar
5 votes
10 answers
10k views

How to work around the [1] IE bug while saving an excel file from a Web server?

I've noticed that Internet Explorer adds a number in square brackets to files downloaded from the internet (usually [1]). This creates a big problem with downloading Excel spreadsheets as square ...
paulgreg's user avatar
  • 18.8k
5 votes
3 answers
7k views

Can't download file in IE7 but there isn't any issue in Firefox, Chrome, etc..?

I have an script that receives an encrypted url and from that generates a download, the most critic par of the script is this: $MimeType = new MimeType(); $mimetype = $MimeType->getType($filename);...
levhita's user avatar
  • 2,161
24 votes
8 answers
13k views

How do download accelerators work?

We require all requests for downloads to have a valid login (non-http) and we generate transaction tickets for each download. If you were to go to one of the download links and attempt to "replay" the ...
Josef's user avatar
  • 7,571
1 vote
4 answers
2k views

How do I limit the number of simultaneous downloads in Asp.net and/or IIS?

I have a website with a lot of large files. However, I don't want users to start downloading like 10 files at a time. I noticed there are website out there where they only allow 2 simultaneous ...
user avatar
2 votes
3 answers
335 views

Best way to update multi-gigabyte program (DVD fulfillment? Updater software?)

Two years ago, we shipped a multi-gigabyte Windows application, with lots of video files. Now we're looking to release a significant update, with approximately 1 gigabyte of new and changed data. We'...
emk's user avatar
  • 60.7k
0 votes
3 answers
6k views

Force IIS7 to suggest downloading *.exe files in "Local intranet" zone

Problem: html file on local server (inside our organization) with link to an exe on the same server. clicking the link runs the exe on the client. Instead I want it to offer downloading it. Tried so ...
LiorE's user avatar
  • 111
0 votes
5 answers
436 views

Logging image downloads

I'm trying to find a way of finding out who is downloading what image from an image gallery. Users can download using a button beside the thumbnail or right click and use the "save link as" Is it ...
user avatar
12 votes
11 answers
9k views

Best way to initiate a download?

On a PHP-based web site, I want to send users a download package after they have filled out a short form. The site-initiated download should be similar to sites like download.com, which say "your ...
Nathan Long's user avatar
6 votes
3 answers
1k views

Loading Java classes from a signed applet

If I'm running a signed Java applet. Can I load additional classes from remote sources, in the same domain or maybe even the same host, and run them? I'd like to do this without changing pages or ...
user avatar
3 votes
9 answers
1k views

Average User Download Speeds

Any ideas what the average user's download speed is? I'm working on a site that streams video and am trying to figure out what an average download speed as to determine quality. I know i might be ...
SeanDowney's user avatar
  • 17.7k
4 votes
10 answers
4k views

File downloads in IE6

I've come across a rather interesing (and frustrating) problem with IE6. We are serving up some server generated pdfs and then simply setting headers in PHP to force a browser download of the file. ...
Jan Gorman's user avatar
  • 1,006
57 votes
5 answers
120k views

How to Automatically Start a Download in PHP?

What code do you need to add in PHP to automatically have the browser download a file to the local machine when a link is visited? I am specifically thinking of functionality similar to that of ...
kaybenleroll's user avatar
  • 16.9k
25 votes
2 answers
75k views

How to implement a file download in asp.net

What is the best way to implement, from a web page a download action using asp.net 2.0? Log files for a action are created in a directory called [Application Root]/Logs. I have the full path and ...
HadleyHope's user avatar
  • 1,173
6 votes
7 answers
11k views

Does Amazon S3 download fail sometimes? [closed]

We just added an autoupdater in our software and got some bug report saying that the autoupdate wouldn't complete properly because the downloaded file's sha1 checksum wasn't matching. We're hosted on ...
fulmicoton's user avatar
  • 15.8k
7 votes
7 answers
3k views

why are downloads sometimes tagged md5, sha1 and other hash indicators?

I've seen this all over the place: Download here! SHA1 = 8e1ed2ce9e7e473d38a9dc7824a384a9ac34d7d0 What does it mean? How does a hash come into play as far as downloads and... What use can I ...
mauriciopastrana's user avatar
5 votes
5 answers
5k views

Best way to let users download a file from my website: http or ftp

We have some files on our website that users of our software can download. Some of the files are in virtual folders on the website while others are on our ftp. The files on the ftp are generally ...
BTB's user avatar
  • 2,146
90 votes
8 answers
22k views

How do I track file downloads

I have a website that plays mp3s in a flash player. If a user clicks 'play' the flash player automatically downloads an mp3 and starts playing it. Is there an easy way to track how many times a ...
Grant's user avatar
  • 11.9k

15 30 50 per page
1
367 368 369 370
371