Tagged Questions
The file-download tag has no wiki summary.
33
votes
6answers
11k views
ASP.NET MVC - How do I code for PDF downloads?
In WebForms, I would normally have code like this to download a PDF:
Response.Clear()
Response.ClearHeaders()
''# Send the file to the output stream
Response.Buffer = True
...
31
votes
5answers
18k views
How do I ZIP a file in C#, using no 3rd-party APIs?
I'm pretty sure this is not a duplicate so bear with me for just a minute.
How can I programatically (C#) ZIP a file (in Windows) without using any third party libraries? I need a native windows call ...
24
votes
8answers
11k views
Having Django serve downloadable files
I want users on the site to be able to download files whose paths are obscured so they cannot be directly downloaded.
For instance, I'd like the URL to be something like this, ...
20
votes
7answers
19k views
How to download and save a file from internet using Java
There is an online file (i.e. http://www.website.com/information.asp) I need to grab and save to a directory. I know there are several methods for grabbing and reading online files line-by-line (i.e. ...
17
votes
9answers
776 views
What are the benefits of showing “Your download will begin in x seconds”?
Are there technological benefits when presenting a "download page" that gives a message like the following?
Your download should automatically
begin in a few seconds, but if not,
click here.
...
14
votes
2answers
5k views
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 have the file downloaded, rather than viewed as plaintext in the browser.
I have the ...
12
votes
4answers
8k views
How do I download a binary file over HTTP using Ruby?
How do I
download and
save
a binary file over HTTP using Ruby?
let's say for example the url is http://somedomain.net/flv/sample/sample.flv
I am on win platform and I would prefer not to run ...
11
votes
4answers
13k views
Force download of a file on web server - ASP .NET C#
I need to force the initiation of download of a .sql file, when user clicks a button in my ASP .NET (C#) based web application.
As in, when the button is clicked, a save as dialog should open at the ...
10
votes
1answer
518 views
ie9 hangs when streaming file to browser
I use the following to stream a file (usually Excel or PDF) to the browser. It operates by setting the location of a hidden iFrame to a download handler which contains the code.
t works fine in ...
10
votes
1answer
1k views
How to know the size of a file before downloading it?
I have to download a file and I'm using this code, which is basically an AsyncTask that is meant to update a progress bar. But, since I don't know what's the file size I've been having to use the ...
8
votes
6answers
239 views
What is the best way to handle this: large download via PHP + slow connection from client = script timeout before file is completely downloaded
My client wanted a way to offer downloads to users, but only after they fill out a registration form (basically name and email). An email is sent to the user with the links for the downloadable ...
8
votes
3answers
3k views
Post Back does not work after writing files to response in ASP.NET
What I have?
I have a ASP.NET page which allows the user to download file a on a button click. User can select the file he wants from a list of available files (RadioButtonList) and clicks on ...
7
votes
2answers
287 views
Download file with progress meter in VBA
I've found numerous examples for doing this in several languages, but none that are VBA specific. This question, How to download multiple files in VB6 with progress bar?, addresses three different ...
7
votes
1answer
3k views
Download a File from internet programatically with an Progress event using Delphi and Indy
I need a way to download a file from the Internet using Delphi via HTTP,
Wich include an Progress event , I'm looking for a method wich uses the Indy components.
I am using Delphi 7.
Thanks in ...
7
votes
3answers
5k views
How to block downloads in .NET WebBrowser control?
I need to prevent the .NET WebBrowser control from showing any "Do you want to open or save this file?" and "Save As" dialogs. Instead, I want to display a message box telling users that file ...
6
votes
2answers
2k views
Resource interpreted as Other but transferred with MIME type undefined. error for IE (Asp.net Website)
WHen I try to download from Chrome it works fine, but in IE 8 it is not downloading it is showing the error above,
protected void btn_ExcelDownload_Click(object sender, EventArgs e)
{
...
6
votes
3answers
940 views
Pause/Resume downloads in Objective-C
Alright. Hopefully this will be my last post about the download manager I am writing in Objective-C. Everything seems to work well except the pause/resume functionality. My issue is that when a ...
6
votes
4answers
123 views
How to protect website resource from downloading?
Like this .mp3,you can listen online:
http://d1.s.hjfile.cn/podcast/20100222/2010022290717093_217.mp3
But I don't want to allow downloading.
How to approach that?
6
votes
2answers
410 views
Creating a download page in ColdFusion 8
I have an application that allows admins to upload files. These files are stored outside of the web root so they are not accessible via a URL. In the past, we have always used code similar to below to ...
5
votes
2answers
263 views
Serving download after form submit w/ validation
I have created together a pretty simple Download Code redeemer in .php (thanks to help from here) and am having a hard time trying to figure out what the best way to serve a download is if the ...
5
votes
2answers
2k views
Resume http file download in java
URL url = new URL("http://download.thinkbroadband.com/20MB.zip");
URLConnection conexion = url.openConnection();
File fileThatExists = new File(path);
...
5
votes
2answers
169 views
Restriction of 1 download at a time in PHP
I am working on a video site that has different movies and videos which users can stream and download. Now I am being asked to implement a download restriction in such a way that only 1 video can be ...
5
votes
2answers
510 views
Downloading a file in Delphi
A google search shows a few examples on how to download a file in Delphi but most are buggy and half of the time don't work in my experience.
I'm looking for a simple robust solution which will let ...
5
votes
1answer
2k views
how to resume an interrupted download - part 2
This is a continuation of my previous question which I posted when I wasn't a registered user. As a refresher, I'm trying to resume the downloading of a large file from my Yahoo! web site server when ...
5
votes
2answers
1k views
PHP readfile() and large downloads
While setting up an online file management system, and now I have hit a block.
I am trying to push the file to the client using this modified version of readfile:
function ...
5
votes
2answers
543 views
.exe File becomes corrupted when downloaded from server
Firstly: I'm a lowly web designer who knows just enough PHP to be dangerous and just enough about server administration to be, well, nothing. I probably won't understand you unless you're very ...
5
votes
4answers
551 views
Should I set the Cache-Control header when serving up files? Or not?
I'm serving up some files via an HTTPModule in asp.net. I want to know if there are any benefits to setting, or not setting, the Cache-Control header to something (like no-cache)?
Edit: The reason ...
5
votes
3answers
283 views
How do I prevent public downloads of files using php?
I have a script that allows only authorised users to upload files to a certain folder.
However I do not know how to prevent people from downloading freely without login.
I need the solution in php.
...
5
votes
2answers
5k views
How to download a text file with iPhone SDK?
I am sort of new to developing view-based iPhone applications, and I need to download
this "txt" file off the internet and save it into the documents folder of the app.
Can anyone show me simply how I ...
5
votes
1answer
2k views
Download file using urllib in Python with the wget -c feature
I am programming a software in Python to download HTTPÂ PDF from a database.
Sometimes the download stop with this message :
retrieval incomplete: got only 3617232 out of 10689634 bytes
How can I ...
5
votes
4answers
4k views
Downloading files on Android
I'm in the middle of writing an Android app, and would like to give my users the ability to share the document files it creates.
What I'd ideally like to see would be files hosted on a HTTP server ...
5
votes
6answers
5k views
Forcing to download a file using PHP
I have a CSV file on my server, if a user clicks on a link it should download, but instead it opens up in my browser window.
My code looks as follows
<a href="files/csv/example/example.csv" ...
5
votes
3answers
1k views
How do I copy a remote image in python?
I need to copy a remote image (for example http://site.com/image.jpg) to my server. Is this possible?
How do you verify that this is indeed an image?
5
votes
3answers
471 views
How can I provide a temp file download using mod_perl and CGI::Application?
My web app runs on Apache mod_perl using CGI::Application. I want to provide a download of a generated file. In the past (before we were using mod_perl and CGI::App) I just spooled out a csv file to ...
5
votes
7answers
426 views
Tool for downloading entire website
Can anyone recommend a tool for downloading an entire website. It is my own organisation's website, however I can't get ftp access as important people are on holiday.
I would like to download the ...
4
votes
2answers
206 views
How can I download a video file to SD card?
I have a video file(.MP4 format) and I want to allow the user to be able to download the video to their SD card.I currently use this code but its not working..
String PATHSdcard = "/sdcard/Video/";
...
4
votes
2answers
216 views
Why do we use Response.ClearHeaders()?
I copied a code piece to send files to browser. I don't know why we use the lines written below cause removing these does not make any difference in my development environment.
Response.Clear();
...
4
votes
3answers
375 views
How to save an image with JavaScript?
I'm working on a Chrome Extension: when you drag an image, it will be saved to your computer.
I learned that in HTML5 there is FileWriter API, but really can't find any example of it, and does Chrome ...
4
votes
2answers
515 views
Download file from internet within a thread in Delphi
How to download a file from internet with progress bar using threads in Delphi 2009/10 without Indy components?
4
votes
2answers
478 views
Can WatiN download files without requiring focus?
I use WatiN to automate file transfers (EDI transactions) to/from multiple websites, unfortunately FTP or anything more automation-friendly is not an option. For downloads, I use variations of this ...
4
votes
2answers
983 views
Supporting resumable HTTP-downloads through an ASHX handler?
We are providing downloads of our application setups through an ASHX handler in ASP.NET.
A customer told us he uses some third party download manager application and that our way of providing the ...
4
votes
3answers
293 views
Is the iPhone cellular data limit enforced in 3rd party Apps?
I know nothing about iPhone development, but I am drafting a proposal for other people to do the work of creating an App that interfaces with existing systems and data.
I need to know if the 20MB ...
4
votes
2answers
503 views
4
votes
2answers
668 views
C# : How to download a file into specific file path with out using web browser
I have a link ,
http://localhost/project/slide.pptx
How to download it into specific file location without using web browser.
: C#
4
votes
4answers
235 views
parallel downloads in PHP
I want to download (or simply file_get_contents) for 5 places. I wait say 1.2 sec for each that means in total 1.2X5=6 seconds. I want to save waiting time. I thought I could wait 1.3 sec is enough. ...
4
votes
2answers
3k views
Android download large files
I'm trying to download a large .zip file from a web server but I have a weird behaviour, the description is:
I'm executing the code in the device emulator, API level 3 (version 1.5) with an SD card ...
4
votes
1answer
1k views
Flask/Werkzeug how to attach HTTP content-length header to file download
I am using Flask (based on Werkzeug) which uses Python.
So the user can download a file, I'm using the send_from_directory function: ...
4
votes
4answers
186 views
what is the best tracking download method in php / java script?
Hi
if i like to track and get all the possible info about users that downloading my application without forcing them to register
what is the best php script for this ? or the best method to mange ...
4
votes
4answers
160 views
Deny bots to download my files
I have a asp.net download page which send a file to client but I want to deny robots download this file because the file is large and as I can see from the records a bot downloads this file about 20 ...
4
votes
2answers
254 views
Check if the user accepted a file download in JavaScript
How do I check if the user accepted a file download in JavaScript. Example: If the site pops up a download link, and the web browser asks the user to download the file, how do I determine on that page ...