Return-Path: X-Original-To: apmail-commons-user-archive@www.apache.org Delivered-To: apmail-commons-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 949B1115E2 for ; Sat, 6 Sep 2014 22:00:24 +0000 (UTC) Received: (qmail 43776 invoked by uid 500); 6 Sep 2014 22:00:23 -0000 Delivered-To: apmail-commons-user-archive@commons.apache.org Received: (qmail 43656 invoked by uid 500); 6 Sep 2014 22:00:23 -0000 Mailing-List: contact user-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Users List" Delivered-To: mailing list user@commons.apache.org Received: (qmail 43645 invoked by uid 99); 6 Sep 2014 22:00:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 06 Sep 2014 22:00:23 +0000 X-ASF-Spam-Status: No, hits=3.2 required=5.0 tests=FREEMAIL_REPLY,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of thekonradzuse@hotmail.com designates 65.54.190.143 as permitted sender) Received: from [65.54.190.143] (HELO BAY004-OMC3S5.hotmail.com) (65.54.190.143) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 06 Sep 2014 21:59:56 +0000 Received: from BAY173-W52 ([65.54.190.187]) by BAY004-OMC3S5.hotmail.com with Microsoft SMTPSVC(7.5.7601.22724); Sat, 6 Sep 2014 14:59:54 -0700 X-TMN: [wATHbMRs0klFmpbiV4YheGWJigVNdTHj] X-Originating-Email: [thekonradzuse@hotmail.com] Message-ID: Content-Type: multipart/alternative; boundary="_499525b3-c9c5-458d-bf13-2dafe6f01598_" From: Konrad Zuse To: Commons Users List Subject: RE: [fileupload] - Question about uploading additional files other than the ones in the form? Date: Sat, 6 Sep 2014 17:59:54 -0400 Importance: Normal In-Reply-To: References: ,,,,,,,,, MIME-Version: 1.0 X-OriginalArrivalTime: 06 Sep 2014 21:59:54.0960 (UTC) FILETIME=[E444A500:01CFCA1D] X-Virus-Checked: Checked by ClamAV on apache.org --_499525b3-c9c5-458d-bf13-2dafe6f01598_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable =0A= =0A= =0A= Alrighty=2C thanks=2C so do you have any recommendations for what I should = be looking for to send these requests? I'm assuming something I do will se= nd the data as a multi part form=2C which my servlet up on the server will = connect up with? I believe a buddy of mine mentioned "Restful Web Services= ?" for certain things that might be for this? I understand the client-server relationship=2C but you seemed to say I coul= d do what I need to do from my browser=2C which again is what we were talki= ng about isn't this the whole problem with security issues=2C or what exact= ly are you suggesting? When you said "browser client" I thought you were r= eferring to something "special." I guess I will go look for a client library to work with=2C do you have any= recommendations? I bet there is so many :(. So many new things I've been= learning=2C so many still to learn :). I have probably not=2C do you have links by any chance? I tried looking up= the former=2C but got a bunch of unsure pages. I have been learning from = various sources. Right now I'm working with JSP and Servlets/Pojos as well= as JS and some JS libraries. It's fun so far. Also I just thought of this=2C but are we saying that I can basically have = an application that is installed on their system that when I try to upload = the main file=2C it will communicate with my application client to upload t= he rest of the files=2C or do I have to do it all from the application clie= nt itself? If so then does the application have to be running when they do= this=2C or can it be activated on the web? Either automatically (seems li= ke a security issues=2C but it's only turning on my application) or with a = manual button from the web? Thanks for all the help=2C much appreciated. > Date: Sat=2C 6 Sep 2014 14:26:46 -0700 > Subject: Re: [fileupload] - Question about uploading additional files oth= er than the ones in the form? > From: hassan.schroeder@gmail.com > To: user@commons.apache.org >=20 > On Sat=2C Sep 6=2C 2014 at 2:06 PM=2C Konrad Zuse wrote: > > Okay so I generate the requests via my client to allow the upload of al= l of these files=2C but it has to be done from something on their machine t= hough=2C and not a browser? >=20 > Yes. >=20 > > Not too sure what you saying before about "client browsers." >=20 > The web is a client-server environment. A "client" sends a request > to a "server" and processes the response. >=20 > A "web browser" is a client=3B wget and curl are clients. There are > client libraries for most modern languages that you can embed in > your programs. They all exist to send requests to servers and do > something with the response. >=20 > > I am relatively new to web programming >=20 > So I gather :-) Have you read any of the HTTP RFCs? Read the > HTML recommendations? If not=2C I'd recommend it. >=20 > HTH=2C and good luck. > --=20 > Hassan Schroeder ------------------------ hassan.schroeder@gmail.com > http://about.me/hassanschroeder > twitter: @hassan >=20 > --------------------------------------------------------------------- > To unsubscribe=2C e-mail: user-unsubscribe@commons.apache.org > For additional commands=2C e-mail: user-help@commons.apache.org >=20 =0A= = --_499525b3-c9c5-458d-bf13-2dafe6f01598_--