Nibin c
Results
1
issues of
Nibin c
I was using SugarCRM version 6.5 and i could download document by using the following ruby code @ServerOne = SugarCRM.connect(@url,@username,@password) result = @ServerOne.connection.get_document_revision(document_id) m = result["document_revision"]["file"] n = Base64.decode64(m) IO.binwrite...