07-02-2009, 03:23 PM
|
#4 (permalink)
|
|
The Addict
Join Date: May 2009
Posts: 309
Thanks: 5
|
I don't thing you will just be able to "transfer" the rtf over. Your best bet is to take the files contents (html) and paste it into a <textarea> like element, (<pre> would keep the formatting at a loss of edit ability).
I guess it may be easier to store the files in xml/html and then convert them to .rtf (server side copy/paste when a user requests the file). Also when the user wants to edit it the html could be copy/pasted into a box.
|
|
|
|