docusign / docusign-soap-sdk

Wraps the DocuSign eSignature SOAP API in 5 different languages: Java, C#, PHP, Ruby, Salesforce (Apex)
http://docusign.com/devcenter
MIT License
89 stars 122 forks source link

Ruby: Using files on Windows doesn't work #31

Closed jferraioli closed 13 years ago

jferraioli commented 13 years ago

Can only send via templates.

jferraioli commented 13 years ago

Fixed. Need to indicate binary file on Windows platform. Open using "rb" -> read binary.