javascript - Set download path - Stack Overflow

I have a web application that receives a simple text file, but I need this file to be downloaded to a s

I have a web application that receives a simple text file, but I need this file to be downloaded to a specific path. Meaning, when the application receives a text file, it will always be downloaded to a specific folder (for example, to C:\MyFolder). If it isn't possible, then I need to copy the file from where user has chosen to my folder.

This application is based on JavaScript.

I have a web application that receives a simple text file, but I need this file to be downloaded to a specific path. Meaning, when the application receives a text file, it will always be downloaded to a specific folder (for example, to C:\MyFolder). If it isn't possible, then I need to copy the file from where user has chosen to my folder.

This application is based on JavaScript.

Share edited Oct 12, 2010 at 14:25 Timothy S. Van Haren 8,9662 gold badges31 silver badges34 bronze badges asked Oct 12, 2010 at 14:22 DorrDorr 1331 gold badge4 silver badges8 bronze badges 2
  • Wele to SO. Receives how using what method? Downloaded how from where? Please clarify. – Pekka Commented Oct 12, 2010 at 14:24
  • I am downloading it from a server using just http requests. I have code in server that response that request and send back the file as a http response. – Dorr Commented Oct 12, 2010 at 16:40
Add a ment  | 

2 Answers 2

Reset to default 9

JavaScript cannot exert any control over my (the visitor's) local filesystem. I remain in plete control of where my downloaded files go, what they are named, and indeed whether I even want to download them in the first place.

Sorry, but the best you can do is inform your users where to put the file you're offering for download. You cannot use JavaScript to choose the destination yourself.

You should be able to do this using a Java applet assuming that you have signed it. The user would be asked to allow your code to run and if allowed, you could do whatever you want: Including downloading a file to a specific location.

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1743682688a4489640.html

相关推荐

  • javascript - Set download path - Stack Overflow

    I have a web application that receives a simple text file, but I need this file to be downloaded to a s

    21小时前
    10

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信