File Manipulation

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kalaisuresh
    New Member
    • Oct 2006
    • 17

    File Manipulation

    How to create a file and write the values in the particular file using java script
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    If you mean on the client-side, that's not normally possible with JavaScript, but you can find browser-specific solutions, e.g. for IE with ActiveX or execCommand("sa veas") and Firefox with XUL.

    If you mean on the server, use Ajax.

    Comment

    Working...