All Tags » http » upload » post (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
  • C# Http Post Example

    I wanted to follow up with a few questions and some requests with a simple upload method to show how to do a HTTP Post. This should be a simple example that shows how to do this while not using much memory and being fairly efficient. This example assumes you have Set up a web reference to do the login...
    Posted to C# (Forum) by BarryR on 10-04-2007
Page 1 of 1 (3 items)