X-Received: by 10.182.241.2 with SMTP id we2mr45557633obc.38.1415208858048; Wed, 05 Nov 2014 09:34:18 -0800 (PST) X-Received: by 10.50.43.233 with SMTP id z9mr412690igl.5.1415208857924; Wed, 05 Nov 2014 09:34:17 -0800 (PST) Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!r10no4238859igi.0!news-out.google.com!ks2ni12964igb.0!nntp.google.com!h15no6279698igd.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ruby Date: Wed, 5 Nov 2014 09:34:17 -0800 (PST) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2601:9:8080:436:a8e1:f4df:e71b:4ae1; posting-account=7BIHIQoAAADAd2FvriimbRwCV26aNn81 NNTP-Posting-Host: 2601:9:8080:436:a8e1:f4df:e71b:4ae1 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: upload multiple files to php backend server from ruby client. From: Sachin Uplaonkar Injection-Date: Wed, 05 Nov 2014 17:34:17 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: csiph.com comp.lang.ruby:7043 Hi, I have a Java client and a php backend server (note: it is not a form, its just a php file to handle the files sent from java client) and was successful in uploading the files to my server. (Done it using httpUrlConnection of Java). Problem at hand: I would like to do the same with Ruby client (again: I am not doing it via 'form' pages.), but not figuring out on where and how to start! Need help here please. Thanks,