lokesh_kumar_s Posted January 27, 2010 Share Posted January 27, 2010 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. Link to comment https://forums.phpfreaks.com/topic/189975-want-to-save-the-downloaded-file-in-specific-location/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.