All Tags » upload » gem » ruby (RSS)

Browse by Tags

  • Re: How to upload file with http post on ruby on rails

    We have a ruby gem available to help simplify calling our system. You can get it by typing "gem i nvx-sds" or you can download and install it from: http://nvx-sds.rubyforge.org/ . On that page you will find the documentation for doing an http upload in the second section and the rubydoc for...
    Posted to Ruby (Forum) by BarryR on 01-24-2008
  • Re: Get Upload Node for HTTP Post

    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'...
    Posted to Ruby (Forum) by BarryR on 11-16-2007
Page 1 of 1 (2 items)