Hello guys,
I was testing the above feature of storing the modified data on the remote server using the Zoho Writer Remote API.
But, I am afraid to say that the above is not working for me.
I wrote the file below.
<html>
<form method="POST" action="http://export.writer.zoho.com/remotedoc.im?apikey=23675b114a8d30e6c796cab38ea72c70&output=editor" " enctype="multipart/form-data" target="_self">
File : <input type="file" name="content" size="38"> <br>
<input type="hidden" name="filename" value="ankit.doc">
<input type="hidden" name="saveurl" value="http://130.245.147.4:8080/TEST/index.html">
<input type="hidden" name="id" value="12345678">
<input type="hidden" name="format" value="doc">
<input type="submit" value="Edit" class="divbutton" name="submit">
</form>
</html>
I have my server running on the ip address as shown. Now, even if i specify wrong ip address and wrong servlet address , on pressing "Save", i get the same message "DOCUMENT SAVED SUCCESSFULLY", when i should be getting an error message. Also, i get no post request whatsoever.
Am i doing something technically wrong..???!!!
I would be glad if any one could drop by with suggestions and help ..
Thanks,