File Download

This is a discussion on "File Download" within the JavaScript Forum section. This forum, and the thread "File Download are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > JavaScript Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Nov 27th, 2006, 12:41
New Member
Join Date: Nov 2006
Location: Pune
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
File Download

Hi,
I need to download ".bat" file on click of an image.
The code is :
<script>
function downloadBatchFile() {
window.open('http://myserver/download.bat');
}
</script>
.....
<img src="FileDownload.gif" onclick="downloadBatchFile();"/>

With this code, the file content are displayed in the new window. No download/save window is shown.
I tried doing the same with the help of <a href ..> tag. but the output is same.
Can any one help me on that.

(If I replace .bat file with .zip file it shows me the Save window, and the zip file can be downloaded);

Thanks,
Nilesh
Reply With Quote

  #2 (permalink)  
Old Nov 27th, 2006, 16:13
Most Reputable Member
Join Date: Apr 2006
Location: Cornwall, UK
Posts: 1,310
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Skype™ to ukgeoff
Re: File Download

I think you are on the wrong track here. Surely no one in their right mind is going to download a .bat file.

SECURITY!!!
Reply With Quote
Reply

Tags
file download

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Allow users to download flv file @lun Flash & Multimedia Forum 4 Jan 29th, 2008 17:33
Download button - to download a PDF file attila001122 Web Page Design 3 Dec 9th, 2007 16:09
file download help acrikey Web Page Design 7 Aug 23rd, 2007 00:11
PHP file download script sabatier PHP Forum 2 Aug 14th, 2007 11:43
Text file download harlekin Classic ASP 2 Dec 5th, 2005 18:23


All times are GMT. The time now is 10:26.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43