Unable to save new content from opened document in iframe
Hello,
I am using zoho remote writer on a php based website.
I am able to create a new document, save its contents, reload the page, and then open that previously created document again to view its contents. Lets call this document "test.doc"
When I open test.doc from a dropdown box, which is saved on my remote server, it comes up fine in my iframe on the same page as the dropdown box. The problem occurs when I change the content of test.doc and save the changed document.
The revised document gets uploaded to the database and recorded as a new revision, but when i reload the page and reopen the document, my revisions do not appear and it is as if the document went unsaved beyond its first save when it was created.
Please take note that all the revisions to the documents occur within an iframe and when i save my revisions of a document from the remote outside of an iframe, the revisions are saved.
Thanks.