Jump to content

want to save the downloaded file in specific location


lokesh_kumar_s

Recommended Posts

hi,

i downloaded the file using below code

var url="http://www.nelgosecurity.com/secure/<?php echo $filename; ?>";
GDownloadUrl(url, function(doc))

but now want to save the file under "d:\loki\"

 

can you please tell me how can i do it in javascript.

 

my assumption is this when i use the GDownload function to download the file that will be downloaded to temporary internet files in windows. correct me if it is not.

 

i want to save that file under "d:\loki\" for further use, programmatically.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.