Zoho Writer Submit Problem

Zoho Writer Submit Problem

Hi all,
 
I started using Zoho lately and I faced a problem in Writer.
 
I open a doc file with Writer, everything seems to be OK. However when I save the file I get the following error:
 
"Problem in posting the document. Please retain a local copy at your end and try again later."
 
On the other hand I open an excel sheet and I give the same saveurl. Here I got no problem and the document is saved successfully.
 
Can anyone explain to me what I am doing wrong?
 
Here is my asp.net code for saving files coming from Zoho server:
 

string

path = Request.Form[ "id" ]; //I save the file path in id

HttpPostedFile file = Request.Files[

"content" ];

if (file != null )

{

      file.SaveAs(Server.MapPath(path));

      Response.Write(

"RESPONSE:File saved successfullyy" );

}
 
This is code is never run by writer, but run with sheet.
 
Thanks in advance


      • 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