Currently the Ruby Gem uses Soap to upload files using the AppendFile method and does not have HTTP uploads implemented yet. If you wish to use this method you can do the following: [quote] session = Session.new(APP_KEY, USERNAME, APP_NAME, PASSWORD) SoapUpload.UploadFile('remote_file', 'local_file'...