No querystring neither file content for saving back a doc

No querystring neither file content for saving back a doc

Hi to all,
I have a problem saving a document when I call Writer's remote API.
First of all I make this request:

  1. https://exportwriter.zoho.com/remotedoc.im
  2. ?url=[my web site]/tmp1.doc
  3. &apikey=[my api key]
  4. &output=url
  5. &mode=normaledit
  6. &filename=tmp1.doc
  7. &lang=it
  8. &id=23234
  9. &format=doc
  10. &saveurl=[my web site]/Save.aspx

Then I use output url in a frame and Zoho Writer Editor appears loading correctly my file (tmp1.doc).
After that, I edit my file adding some text and I click on Zoho Writer's button save.
My page Save.aspx get the response of Zoho request and it's ok.
According to this sample, code inside Save.aspx is this one:

  1.         protected void Page_Load(object sender, EventArgs e)
  2.         {
  3.             System.IO.StreamWriter writer;
  4.             string logMessage = "";
  5.             HttpPostedFile returnFile = null;
  6.             string filename = "";
  7.             string percorso = System.Web.HttpContext.Current.Request.MapPath(System.Web.HttpContext.Current.Request.ApplicationPath);
  8.             try
  9.             {
  10.                 returnFile = Request.Files["content"];
  11.                 filename = Request.QueryString["filename"];
  12.                 Request.Files["content"].SaveAs(percorso + filename);
  13.             }
  14.             catch
  15.             {
  16.             }
  17.             Label1.Text = Request.QueryString.Count;
  18.             Label2.Text = Request.Files.Count;
  19.       }
My problem is that Questring is empty as the collection of files in the request.
I've made something wrong, could someone help me to understand what this problem is due to?
Thanks in advance,
Roby

















                            Zoho Desk Resources

                            • Desk Community Learning Series


                            • Digest


                            • Functions


                            • Meetups


                            • Kbase


                            • Resources


                            • Glossary


                            • Desk Marketplace


                            • MVP Corner


                            • Word of the Day



                                Zoho Marketing Automation
                                        • 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


                                        Manage your brands on social media



                                              Zoho TeamInbox Resources

                                                Zoho DataPrep Resources



                                                  Zoho CRM Plus Resources

                                                    Zoho Books Resources


                                                      Zoho Subscriptions Resources

                                                        Zoho Projects Resources


                                                          Zoho Sprints Resources


                                                            Qntrl Resources


                                                              Zoho Creator Resources


                                                                Zoho WorkDrive Resources



                                                                  Zoho Campaigns Resources

                                                                    Zoho CRM Resources

                                                                    • CRM Community Learning Series

                                                                      CRM Community Learning Series


                                                                    • Tips

                                                                      Tips

                                                                    • Functions

                                                                      Functions

                                                                    • Meetups

                                                                      Meetups

                                                                    • Kbase

                                                                      Kbase

                                                                    • Resources

                                                                      Resources

                                                                    • Digest

                                                                      Digest

                                                                    • CRM Marketplace

                                                                      CRM Marketplace

                                                                    • MVP Corner

                                                                      MVP Corner

                                                                    





                                                                    




                                                                        Design. Discuss. Deliver.

                                                                        Create visually engaging stories with Zoho Show.

                                                                        Get Started Now