download

PHP - Ignoring script files from a directory when navigating to them?

Hey there. I'm currently working on a file uploading sript in PHP, but i'm kind of stuck. Users are allowed to upload files such as PHP and JS, but i don't want the scripts to run when a user is trying to download them. Is it possible to block that somehow using htaccess or something? Thanks in advance. ...

Replace %20 with spaces when downloading files?

Is it possible to get a url/downloaded file name change the "%20" to spaces? Like instead of downloading the file my%20file.pdf, download my file.pdf? I'd like to use PHP if possible... ...

Distributions and hashes

Has anyone ever had an incidence of downloading software from a genuine site, where an MD5 or SHA series hash for the download is also supplied and then discovered that the hash calculated from the downloaded artifact doesn't match the published hash? I understand the theory but am curious how prevalent the problem is. Many software pub...

Download single file with multiple connections (PHP)

Is it possible to download a single file with multiple parallel connections through php? ...

Using HTML5/Javascript to generate and save a file

I've been fiddling with WebGL lately, and have gotten a Collada reader working. Problem is it's pretty slow (Collada is a very verbose format), so I'm going to start converting files to a easier to use format (probably JSON). Thing is, I already have the code to parse the file in Javascript, so I may as well use it as my exporter too! Th...

How to send XML file to client in ASP.NET MVC

In an ASP.NET MVC I have a database table. I want to have a button on some view page, if some user clicks that button I my application will generate XML file containing all rows in the database. Then the file containing XML should be sent to the client so that the user will see a download pop-up window. Similarly I want to allow user to...

ASP.NET Grid AjaxPanel Download Issue

Hi, I have a telerik grid which is performing operations like searching,sorting,filtering etc. To make customers happy, we put this control in an ajax panel for seamless experience. Now, we added a new functionality to the grid where the customer can download the entire row information as a csv file. As the response is a file, ajax pa...

internet explorer 6 php serve file problem

hail, i have a problem to serve file with PHP into client. that when i want to download it the save and open dialog will be appear but progress of download will not show. what is my problem? header that i send it to client: header('Content-Type: '); header('Content-Description: File Transfer'); header('Accept-Ranges: bytes'); header('C...

Pause-able download

Hello, I have an Apache server running which hosts a php web application. Also, its provides provisions for downloading a file of size around 900MB from it. However, while testing the application I found out that its not possible to pause the downloads and resume them later on. Could someone help me? Is it an apache property I must chan...

Actionscript image download open custom viewer

Hi Gurus, i am downloading tiff images from WAMP server using our Flex AIR client. Using the following code for that. public static function requestDownload(id:int, defaultName:String):void { //POST params var urlVars:URLVariables = new URLVariables(); urlVars.action = "download"; urlVars....

Download pdf programatically...

Hi, How can I download a pdf and store to disk using vb.net or c#? The url (of the pdf) has some rediection going on before the final pdf is reached. I tried the below but the pdf seems corrupted when I attempt to open locally, Dim PdfFile As FileStream = File.OpenWrite(saveTo) Dim PdfStream As MemoryStream = GetFileStream(pdfURL) Pd...

Pop up to save image in asp.net

Hi All, I am using asp.net 3.5 and C#. I have a image which I want user can download. Like, there would be a download button or link. When user click on this link he will be prompted with a pop up to save that image to his desktop. I have tried with <a href ="path" > </a> but it is opening the image in other page, I want user to ...

Download file with progress bar in cocoa?

Hello, I need to have a progress bar that responds to the percent complete of a download in cocoa. I think this might use things like NSProgressindicator and possibly NSTask. I'm not sure if theres an "official" method to download file in cocoa because up until now I just used curl with NSTask. Thanks for any replies. ...

How increase number of allowed connections to a file in apache server 2.2 ?

I've installed apache server 2.2 on a VPS server, when i want to download a file via HTTP from my VPS using IDM, it only opens 8 of 16 possible connections (for many servers it opens all 16 connections). Is there any configuration to increase number of concurrent connections to a file in apache (or in my VPS) or this is a network or fire...

JSP Uploading and downloading Video

I want to design a website that allows an admin to download and upload video. Can anyone guide me how to do it? Is it same as upload and download image? Any site have example? ...

While making an RSS reader which saves articles, how can I prevent duplicates?

Lets say I have a RSS feed which lists the 3 newest questions on SO. At 1 o'clock, the feed looks like this: While making an RSS reader which saves articles, how can I prevent duplicates? Convert char array to UNICODE in MFC C++ How to deploy a Java Swing application with an embedded JavaDB database? At 2 o'clock, this feed looks lik...

asp.net webbrowser file download

Hi, I have a webbrowser in my windows form application. I navigate a page and after document completed i click "download" button with javascript. cleary ; wb.Document.GetElementById("btnDownload").InvokeMember("click"); then save file dialog shows up. But I need to get this file as stream. thanks. ...

download file from the android web browser in sdcard?

HI. I have a Android application in which I want to download file from the web browser file link. But I don't know how can do it? Help me. ...

Bluescreen 0x0000003B during DownloadFileAsync?

Hello again, I've run into a problem with an application I'm developing in C#/.NET. A problem I can't trace down because it causes my system to crash with a BSOD. Here's the minidump: 060310-27066-01.dmp 03.06.2010 19:47:39 SYSTEM_SERVICE_EXCEPTION 0x0000003b 00000000c0000005 fffff8000306d4d0 fffff8800b107640 0000000000000000 ntoskrnl....

AS3 Function to start download after clicking a button!

Hello there, I need an actionscript 3 function for my website, that lets people download a document after they have clicked on a button. Couldn't find this anywhere on the net. Thanks! Jennifer ...