download

PHP Remote file streaming with Resume Support

Firstly, I am aware of similar question being asked before. The subject pretty much explains the question but still, the file is hosted on another server, the user will download file via my script, streamed to him... But the problem is user can't resume it once paused...any solutions? ...

mpmovieplayercontroller keep download after stop (iphone)

Hi, when i stop the movie and the mpmovieplayercontroller is disappear, i see in my router that the movie is continue downloading, can it be? is it normal? ...

use curl to download indirect image file

I am try to download image files from url from the following code, but it doesn't return the right content from the server. The image can be rendered in browser by loading the url or downloaded using curl in shell mode, but not in php execution. In php execution, the header's content type returned from the server is 'text/html' instead o...

How to download/checkout a project from Google Code in Windows?

How do I download a ZIP file of an entire project from Google Code when there are no prepared downloads available? This is what I see on the checkout page: Command-line access Use this command to anonymously check out the latest project source code: svn checkout http://myproject.googlecode.com/svn/trunk/ myproject-read-only B...

How to Download A file stored in SQL DB in Binary Format

Hi, I am simply storing uploaded file into a binary field in SQL Server but I also need to allow users to download it with Asp.NET. How can I do that ? Thanks in advance. ...

To update UIProgressView for Multiple File Download (how to use delegate)?

I am trying to update the multiple file download progress value to UIProgressView on a table cell. I have the FileDownloader class which has NSOperationQueue that does asynchronous download operations. I am thinking to update the UI using a "delegate" from FileDownloader class. But I cannot compile the codes. I have FileDownloader as ...

How can you force the browser to download an xml file?

Hi, This is my problem. I load xml from my database and push it to the client using code. But the problem is that the browser automatically opens that xml instead of offering it as a download. Is there a way to force your browser to download that file and not showing it? I'm working in a C#, Asp.net environment (with IIS7). Thx ...

PHP / CodeIgniter - Iterating through 9000+ DB rows generates a download of blank page

I'm trying this: function send_sms() { $liveQuery = $this->db->get('liveList'); $counter = 0; foreach($liveQuery->result() as $row): $counter = $counter+1; echo("Not hatin', just iteratin'. Message " . $counter); endforeach; } When liveList has 8000 records it runs just fine, but when I try with 9000 rows it generates a downl...

Multiple downloads in flex

Hello, can someone help me? I want to download files from the server side to client side without prompting a window to the user to download when any updates happen at server side. Right now I am using urlstream class but first file is downloading completely rest of the files contents downloading partially. edit Code sample taken from...

SISS loop through a result set

Hi, I am new to SSIS and SQL. I got a file with below format, need to download images to a folder usng SSIS package. http://content.etilize.com/Large/10077459.jpg Every day this file change. So I need to delete unwanted images from folder as well. Any code will be a greate help. Thanks ...

tracking download completions from a website/cdn

I have a Drupal website where users are clicking on a link that initiates a file download from a content delivery network (CDN). A script is tracking the number of users who click the link to begin the download process. I'm looking for suggestions on how I might track the number of users who successfully complete the download process. ...

Downloading invoices (PDF) does not complete.

Hi, We have a magento commerce site running on an IIS 6.0 server with PHP 5.2.11 running magento. Whenever user tries to use the print to download pdf to their computer from the admin panel the download does not complete. I can see that the full file is downloaded to the computer but the browser still keeps on saying it is downloading....

User-friendly checksum validation on Mac OS?

I'm not entirely sure if this a SO or SF question, but I'll give it a go here. We're offering DMGs for download and a MD5 checksum to go with each. The question is how to instruct users of how to actually checksum and compare with the given checksum. Users aren't going to be all that tech savvy. One idea was to produce a copy-paste bas...

How can I modify a page after a file is finished downloading to the browser?

Hello! I've got a simple C# ASP.NET app that generates an Excel file and sends it to the browser using the Response.WriteFile() function. I would like to disable the submit button once it has been clicked and display a message on the screen to wait a few minutes, since some of the files can take a while to generate. This works great, ...

django download csv file using a link

I am a new to django and python. Need some guidance in this quest. Case: When the user hits the submit button on a form, it should display Success page and a link where they can download the results. The results are in excel file. I can create output to excel file using xlwt module and display the success page individually but not both ...

C# bandwidth monitor excluding local traffic

I am trying to find some example code to build a bandwidth monitor to keep tabs on my daily on/off peek download usage. I have a semi working solution but the data it shows includes all data transferred over my LAN as well as via my ISP. Is there some way to separate out LAN from ISP bound traffic in data totals. Thanks. ...

JSP download - application/octet-stream

I have a page in JSP that list some file that could be downloaded by a user. Thoses files are not on the local server, they are on a remote file server. When the user click to download a file, the webserver connect via TCP to the file server. The web server download the file and create a HTTP response for the client. Here is my code: ...

Automation of Downloads in Web Browsers

What is the reason for automating download links in websites? It could have the benefit of sparing the user a click, except that the browser always blocks it (you have to click on the yellow bar that appears at the top of the browser). That's harder than just clicking on the link that says, "If your download doesn't start automatical...

ajax request to download an excel file is showing me truncated response

I am trying to download an Excel file using Ajax (XMLHttpRequest). On completion the responseText is found to have just 5 characters. The network sniffing tool (Fiddler) is showing me that my computer received the entire file.. so why is the responseText showing me only 5 characters? I have tried both Synch and Asynch calls. Thanks ...

A solution to embed affiliate data (id/logo) into an installer

Hello! I think about a solution (I guess, server based solution), which inserts affiliate ids/logos into an windows installer (setup.exe, set's up a video converter program, nothing fancy) on the fly. I see the process like this: 1) User clicks on the link with affiliate ID, link requests server for a download file, system on the fly ...