Re: Saving rtf file.

  •  06-19-2006, 4:39 PM

    Re: Saving rtf file.

    The example is nice but it doesn't really help me unless I can see the code behind it.  I'm trying to get the file to save directly to the client machine on the save button click rather than having it save it to the server like what is done in the example.  Should I be using another function to get the text out of the editor to put it in rtf format rather than html text?  Say for example instead of using Editor1.Text to get the contents, maybe Editor1.RTFText or something like that?
View Complete Thread