|
This really isn't a javascript question.
Its a server programming question. Most servers will allow you to do this (assuming you have write permissions to the directory in question).
The how just depends on what server you are using.
For example, on a J2EE server, you could do it with a servlet (or JSP but, people would make fun of you).
One thing to be very careful of is that you don't open a security hole by letting users write to arbitrary files.
(maybe a moderator could move this to the coding forum)
|