Thread: Rtf to Html
View Single Post
Old 07-02-2009, 03:23 PM   #4 (permalink)
adamdecaf
The Addict
 
Join Date: May 2009
Posts: 287
Thanks: 5
adamdecaf is on a distinguished road
Default

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.
__________________
My Site
adamdecaf is offline  
Reply With Quote