-1
votes
0answers
22 views

add .html when download pdf

I have uploaded PDF file to server and write <a href="myfile.pdf" /> when someone click on that link idm will grab and download how to prevent idm for grabbing my file without going to config ...
1
vote
1answer
31 views

How to submit a form and download the formatted information

Okay, so I have a form. I want to be able to enter information and when I hit the submit button, download the information in a formatted matter. For example, here is a basic form <html> ...
0
votes
0answers
16 views

About the robustness of this method of opening simple (text, etc.) files created on-the-fly

I'm creating a web page that I can command in such a way that it gives me a dump of all the relevant state of variables at run time so I can debug it. I have thought about a mechanism in which I ...
1
vote
0answers
30 views

Can a link to download media file be streamed on for the video

Hey there i have some url's from external site that returns some media file as download. The response is media file as an attachment. I am trying to stream from this link in my site i am doing to ...
0
votes
1answer
115 views

Android - Download HTML file from URL

I'm building an app which is supposed to download (and later on) display an html file. I don't need to worry about supporting files like CSS/JS. I enqueue the file via its URL (eg. ...
0
votes
1answer
76 views

Response.Flush writes HTML for page on Windows Vista, 7, 8 but not on Server 2008

I'm generating a CSV from a link on the page and sending it back to the user. I wish to maintain the page context. This code works flawlessly for IE, Chrome and Firefox on my 2008 Dev box, however ...
1
vote
0answers
82 views

Javascript to ignore download prompt

I'm trying to set up some Javascript with a basic HTML page so that when something is attempted to be downloaded, it is done automatically with no prompt what-so-ever. I have the Javascript linked in ...
0
votes
0answers
60 views

Trouble using File Download in PhoneGap

I'm relatively new to iPhone development using PhoneGap and Xcode, and was looking online for how to download files from an app using FileTransfer. I found a site ...
0
votes
1answer
196 views

Force “Save-As”-dialogue when link clicked?

I have energyshop.se where I have a link to a zip with several files in it and when the link is clicked now the zip tarts to download immediately and it would be nice if the user could specify where ...
0
votes
1answer
79 views

Download file once - Corrupt file error

What I want to do is to allow only one download per user (one access to a href) For that I have a variable in the user's table, which I do change when the link has been clicked. I use ...
1
vote
2answers
439 views

JSP: save a file on client without storing it on server

In my jsp someone wants to export a query result to csv. Can't use frameworks. At the moment, here is the process: press button, go to servlet prepare data for csv make csv and save to server back ...
1
vote
1answer
101 views

Don't Reveal Full Path to Image, MVC [duplicate]

Possible Duplicate: how to hide the actual download folder location I have an img folder in each of my view folders, e.g. views/Login/img/myImage.png. To echo that out as the source for an ...
0
votes
0answers
102 views

Inserting Headers into a Data URI?

I'm trying to dynamically create data in JavaScript that downloads with a .csv extension, but am unable to associate a filename with the download. Here's a code snippet: var data = '1,2,3'; ...
0
votes
1answer
89 views

Cannot download multiple files [closed]

I am writing a php page to download a file from server to users. Here is my code: clearstatcache(); //Output stream to client header("Pragma: public"); header("Expires: 0"); ...
0
votes
0answers
47 views

Save Page as HTML IE

I've got an HTML app that loads several items from a JSON object on page load; I'd like to be able to then save the page, as it looks currently, via the CTRL+S (aka File->Save as) page saving feature ...
0
votes
2answers
236 views

IE displays the csv file instead of downloading

I have a .csv file I want to allow users to download. This is a static file and I have set a hyper-link to the file. It works fine on Firefox and chrome but in IE the csv file is shown in the browser ...
1
vote
3answers
265 views

HTML download movie download link

I want a user to be able to hit a button which triggers a .mov file to download. Linking to the file its self just causes the movie to play in a new page. I have tried this: <a ...
1
vote
2answers
192 views

Force download via AJAX

I'm looking for a way to POST data to a backend script, use it to generate a temporary file on the fly (temporary in that it's dynamically generated and not saved to disk on the server), and then ...
0
votes
2answers
85 views

Can we use wxWidget to save a webpage onto the disk

I was using wget with system call (c++) to save a webpage from internet to my HD in a program. Now I want to use wxWidget to do the same. Is there anyway I can do that and still have the generic ...
0
votes
2answers
652 views

force user to download rather then open xlsx file in browser

We have some users who when they open an excel file on my website it takes ages. If they simpely Save as and then open it's quick. They have the same issue on other sites so it's a problem on their ...
0
votes
1answer
888 views

How to make download PDF html code download on computer

I'm creating a button which will download an original file in a PDF format. I already have a zoom button if they want to read the PDF via the browser. But I want to offer the possibility to the user ...
4
votes
1answer
305 views

CSV files are opening as a page

I am new to web development and I am facing an abnormal issue with the CSV files. I have a link to download a CSV file: <a href="http://mysite.com/public/sample.csv">Sample CSV file</a> ...
0
votes
1answer
104 views

PHP-HTML embed code

I am designing simple HTML with a drop-down list and a button. I want to know how to retrieve the selected drop-down item into php variable. I am writing php-html embed code. I am confused about how ...
0
votes
3answers
235 views

How to make link/button downloadable?

SO here is the situation: I have a dynamic webpage. There is a form with "select", followed by a link (or a button). When a user clicks on the link: If the select option is "display", then the ...
-1
votes
1answer
96 views

Make a file open immediately after downloaded by user

Currently, I have a link to download a file on an HTML page. If clicked on, it asks the user if the user is sure they would like to download the file, and after the user clicks on "yes" it downloads ...
0
votes
1answer
225 views

HTML multiple file download

Well, first I know that this question was already asked several times. But I couldn't find the best solution yet. IFrame.. well it works but actually browsers like FF just shows multiple file-save ...
1
vote
1answer
1k views

How do I link to a file to download that a browser can’t view?

In HTML, how do you link to a file that the browser can only download, not view? For instance, say I have a zip file, my-program.zip. I want visitors to my website to be able to download that file ...
0
votes
0answers
411 views

IE freezes when downloading a file from URL using javascript

I am facing a problem downloading a file in IE8. I'm trying to download an Excel file from server. /MRYWeb/exportToExcel <-- if we hit this url, the required excel file will download. I have a ...
0
votes
1answer
349 views

java servlet download file in specific directory

I would like to know if it's possible to download a file from a servlet and directly save it in a specific directory on the client (without asking the user to select a directory where to save the ...
0
votes
1answer
950 views

Browser trying to save .xlsx file as .zip

A website running on Apache has the following innocuous line to link an .xlsx spreadsheet for download: <a href='/files/files.xlsx'>Download</a> When I click it, Opera offers to download ...
3
votes
3answers
668 views

force download of msi file

I must be having a dense day. I can't seem to figure this out. I have a page on my website which should force the download of the msi file, but I want to leave the page's html shown with download ...
0
votes
1answer
240 views

Prevent URL from redirecting

This is the same question that has been asked elsewhere on the site but at the moment it's in the C# and .Net categories and so are the answers whereas i need to know how to do it in html. So i'm ...
1
vote
2answers
4k views

How to download a file from server with a button click

Let's say I have this file on my server: server/myFile.txt How can I make the user download it with a button click? Am I missing a simple solution? I am using jQuery & PHP if there is a ...
2
votes
3answers
2k views

Creating a Word document from HTML

I know there are a lot of other questions on SO about this topic, but I need some more information. It's a two-part question to my requirement: dynamically generate an MS Word document from HTML and ...
3
votes
2answers
418 views

Triggering a download from canvas.toDataURL client-side?

I have a canvas element on a page. I call canvas.toDataURL() and now have a handle on its image data. Do I need to post this data to the server, have my server construct a file stream using that ...
0
votes
1answer
422 views

Download file without right click

I have an <a href> link on a page that points to a video file (mp4). When the visitor clicks the link, the video file opens in the browser window. If you want to download the file, you have to ...
1
vote
1answer
381 views

Best practice to open a download link (as opposed to document.location)?

I have a URL I know will usually open a file that the UA will download (with a content-disposition: attachment header), but sometimes will just result in a 500 or other error page. Currently I am ...
2
votes
2answers
6k views

How to create a download-link to an Excel file?

I have an Excel Spreadsheet (.xls) which i want the users to be able to download it from my webpage. Maybe a 'download' button on the page and when users click on it, the file will be downloaded. May ...
1
vote
4answers
368 views

Prompt user to save file to a specific location

I'm creating a website that generates a text file. I would like for the user to save the file to a specific folder (it's a backup file for a video game). Is it possible to change the default ...
0
votes
1answer
403 views

CSS style for attachments - icons before text automatically

I was wondering how hard it is to make a class for downloads that places an icon right before the text and both text and icon are part of the link to the attached file. Is there a simple way to do ...
3
votes
2answers
3k views

How to access and download a file from a server using HTML 5

I am currently working on a website that users can download binary media files from (mainly .mp3). We need a way for a "Download" button to save the file to the user's specified location in their ...
0
votes
2answers
286 views

download link from html code

on my site, i need to display a link, clicking on which should prompt user with Save As dialog so that they can save the file, on there machine instead of seeing the file in browser. Please any one ...
0
votes
1answer
270 views

JavaScript: How to “cache” a file to download, then trigger download upon request?

I have a web app that allows a user to "generate" an HTML email that they can download. When the user clicks the "preview" button, the form is submitted to a new window, which actually generates the ...
0
votes
2answers
336 views

How to give the option to download page as a complete HTML file (AFTER being reformatted and styled using JS/CSS)

I have a webpage that is generated by using PHP to pull fields from a database and set them in HTML. Once this page loads, I use a combination of javascript (which I asked about before) and CSS to ...
2
votes
1answer
208 views

Files downloading involving HTML and JS

Here is the scenario. I have a webpage with files on it. I select two files and they start downloading. All good BUT I want the second file to start downloading automatically only when the first when ...
0
votes
1answer
176 views

PHP redirect not working

this bit of code is not working. I am using PHP and want to redirect my user to CAD.HTML after he has submitted his data. Am I missing something obvious here. Please help! input name="Submit " ...
1
vote
2answers
314 views

Auto-download behavior and back button issue

Instead of linking directly to files for download on a web site we link to a page that says "thank you for downloading". The page has tracking codes on it so we know how many people have downloaded ...
0
votes
1answer
66 views

Web Page downloading questions

Is there a client side way to open a dialog box to select a folder to download files to? I would like the functionality of a "create new folder" function in the dialog box. And once they select a ...
1
vote
2answers
624 views

Save a file after a perl script runs on a web page

I have a web page that will be used to create KML Files with a perl script.I want the user to add some data to a form that will be used in my perl script. When the form is submitted it will run the ...
0
votes
1answer
629 views

ActiveX .exe File Download

I am working on a Web Installer for one of my projects and need to be able to download the .exe files using ActiveX. I do not want any dialogs prompting the user to do something with the download. ...

1 2