Zoho writer saving problem

Zoho writer saving problem

hello 

i'm trying to use zoho writer but having trouble saving the document. the doc dose open but every time i try to save
i have this error
 Error in saving content. Please retain a local copy at your end and try again later

here is my demo code

open 

<form method="POST" action="https://exportwriter.zoho.com/remotedoc.im" target="_self" accept-charset="UTF-8">
<input type="hidden" name="url" value="http://www.testservice.byethost8.com/Test.docx">
<input type="hidden" name="apikey" value="myapikey">
<input type="hidden" name="output" value="editor">
<input type="hidden" name="mode" value="normaledit">
<input type='hidden' name='filename' value="Test.docx">
<input type="hidden" name="id" value="1">
<input type="hidden" name="format" value="docx">
<input type="hidden" name="saveurl" value="http://192.168.10.189/Zoho/save.php">
<input type="submit" name="submit" value="Open/Edit">
</form>

save

<?php
$filepath = 'C:\wamp\www\Test.docx';
$tmp_filename = $_FILES['content']['tmp_name'];   
$upload_status = move_uploaded_file($tmp_filename, $filepath); 
?>

Thanks

      • Sticky Posts

      • Zoho Office Integrator: Moving to the all-new Zoho Sheet

        We introduced the latest version of Zoho Sheet—Sheet 5—in early 2019. This new version consists of a new user interface, improved performance, and an array of useful features. As a part of this, we will upgrade our Remote API integrations to the new version's editor interface on February 29, 2020. Update: The remote API integrations upgrade to the new version's interface will be done on April 15, 2020. Here are some exciting enhancements the new version of Sheet offers for our API users: An AI-powered
      • Businesses prefer Zoho Office Integrator over Microsoft WOPI - Here's why

        Businesses often have difficult decisions to make when building web applications that provide document management capabilities for their users. For example, what's the best solution to integrate with online office editors— Zoho Office Integrator or Microsoft