I want to on a click button save a file:
The file is in D:\FilesExport\ Custumers.txt.
I tried to do this but nothinh happens!
document.execCo mmand('SaveAs', '1',"D:\\FilesE xport\\Custumer s.txt");
if i do :
document.execCo mmand('SaveAs', '1',"filename") ;
the save dialog open but he save the HTML content!
I wanto to save a file on a client.
Thanks
The file is in D:\FilesExport\ Custumers.txt.
I tried to do this but nothinh happens!
document.execCo mmand('SaveAs', '1',"D:\\FilesE xport\\Custumer s.txt");
if i do :
document.execCo mmand('SaveAs', '1',"filename") ;
the save dialog open but he save the HTML content!
I wanto to save a file on a client.
Thanks
Comment