Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.ruby > #7043

upload multiple files to php backend server from ruby client.

Newsgroups comp.lang.ruby
Date 2014-11-05 09:34 -0800
Message-ID <f6628e8a-e7d6-4c2a-85d2-4388913f2ee8@googlegroups.com> (permalink)
Subject upload multiple files to php backend server from ruby client.
From Sachin Uplaonkar <up.sachi@gmail.com>

Show all headers | View raw


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,

Back to comp.lang.ruby | Previous | Next | Find similar


Thread

upload multiple files to php backend server from ruby client. Sachin Uplaonkar <up.sachi@gmail.com> - 2014-11-05 09:34 -0800

csiph-web