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?
want to save the downloaded file in specific location
Moderator: General Moderators
-
lokesh_kumar_s
- Forum Commoner
- Posts: 48
- Joined: Mon Apr 13, 2009 5:39 am
- Contact:
Re: want to save the downloaded file in specific location
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.