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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.