How can I Load and then Save an existing html file into Cute (ASP version)?

  •  09-03-2004, 3:16 PM

    How can I Load and then Save an existing html file into Cute (ASP version)?

    I am creating a psuedo-CMS where the user can edit portions of HTML files to update them.  The htm peices files are then ASPed together.

     
    What I want to do is load an existing .htm file into the editor, allow the user to make changes, and then save it back to the file.
     
    Is there any load/save method or example code for this availble?
     
    I have latest version of CuteEditor for ASP.  What I need ois ASP code that would work like the .NET example you have at: http://cutesoft.net/Example/Edithtml.aspx
     
    I suppose I can find, open, and grab the text manually with the FSO, but was hoping you had code or an easier way.
     
    Please advise.
     
    -Jeff
View Complete Thread