Can you write to a file (on a disk) in JavaScript?
Posted
by asdfqwer
on Stack Overflow
See other posts from Stack Overflow
or by asdfqwer
Published on 2009-01-20T15:35:05Z
Indexed on
2010/05/12
19:24 UTC
Read the original article
Hit count: 136
JavaScript
|AJAX
I don't wanna come across as a troll, so please excuse my question's demeanor, but I am a novice-intermediate programmer taking a stab at AJAX. While reading up on JavaScript I found it curious that most of the examples I've been drawing on use PHP for such an operation. I know many of you may argue that 'I'm doing it wrong' or 'JavaScript is a client-side language' etc. but the question stands. . .can you write a file in only JavaScript?
EDIT: Sorry, just read faq, failed to mention this my first post on Stackoverflow while I hope I'm not sounding argumentative, pompous, or subjective.
© Stack Overflow or respective owner