want to save the downloaded file in specific location

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
lokesh_kumar_s
Forum Commoner
Posts: 48
Joined: Mon Apr 13, 2009 5:39 am
Contact:

want to save the downloaded file in specific location

Post by lokesh_kumar_s »

hi,
i am having a file in the server i want to download it and save it under D: using javascript.
please tell me how can i do it?
User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Re: want to save the downloaded file in specific location

Post by pickle »

You can't. Javascript doesn't have that type of control over the client file system.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
Post Reply