WARNING: _editor_url is not set!

WARNING: _editor_url is not set!

I'm using a local server and I can fetch the Zoho Show Editor fine but when I try to pass a test saveurl ("http://test.com/save.cfm", "http://test.com/save.php" just for testing purposes until we move to the live qualify domain ) variable I get the following message.

WARNING: _editor_url is not set!  You should set this variable to the editor files path; it should preferably be an absolute path, like in '/htmlarea', but it can be relative if you prefer.  Further we will try to load the editor files correctly but we'll probably fail.

But when I pass a full IO path ("c:/zoho/docs/") to the saveurl i don't get the error but also ZOHO can't post the file back to the server

SAMPLE CODE THAT WORKS





en
 

===========================================================

<form method="POST" action="http://show.zoho.com/remotedoc.im?output=<editor/editorurl>&apikey=<Api Key>" enctype="multipart/form-data" target="_self">

File : <input type="file" name="content" size="38"> <br>




<input type="hidden" name="filename" value="mypresn.ppt">


<input type="hidden" name="saveurl" value="
c:/zoho/docs/ ">

<input type="hidden" name="id" value="12345678">

<input type="hidden" name="format" value="ppt">

<input type="submit" value="Edit" class="divbutton" name="submit">

</form>









SAMPLE CODE THAT DO NOT WORK
===========================================================

<form method="POST" action="http://show.zoho.com/remotedoc.im?output=<editor/editorurl>&apikey=<Api Key>" enctype="multipart/form-data" target="_self">

File : <input type="file" name="content" size="38"> <br>




<input type="hidden" name="filename" value="mypresn.ppt">


<input type="hidden" name="saveurl" value="
http://test.com/save.php ">

<input type="hidden" name="id" value="12345678">

<input type="hidden" name="format" value="ppt">

<input type="submit" value="Edit" class="divbutton" name="submit">

</form>











I'm using
the Multi-part form submit.

Please advise.

Sincerely,

Elias