# Zoho Writer Remote API with rails
First I would like to say thanks to Arvind for answer my last mail. I feel you are trying to help me. Just to refresh your memory, my first approach was def openWith_zoho @document = Document.find(params[:id]) apiKey="xxxxxxxxxxxxxxxxxxx" url="http://export.writer.zoho.com/remotedoc.im?apikey=#{apiKey}&output=editor" result= Net::HTTP.post_form URI.parse (url), { "id" => @document.id, "url" => "http://mySite"+ (params[:path]), "saveurl" => "http://mySite/myController/myMethodForSave/", "filename"