All Tags » http » ruby (RSS)

Browse by Tags

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

    This code i used to upload video on my ROR app: <h5>Upload File(s) In Folder <%= @folder_name%><h5> <form ENCTYPE="multipart/form-data" action="http://<%= @node%>/Upload.ashx" method="post"> <p><input type="hidden" name="uploadToken"...
    Posted to Ruby (Forum) by Dana_adiputra on 04-16-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)