RE: [OT] Re: [fileupload] - Question about uploading additional files other than the ones in the form?

2014-09-08 Thread Konrad Zuse
e for their help in trying to help me with my issue, thank you guys for everything. > Date: Mon, 8 Sep 2014 13:26:17 -0400 > Subject: Re: [OT] Re: [fileupload] - Question about uploading additional > files other than the ones in the form? > From: davelnew...@gmail.com > To: use

Re: [OT] Re: [fileupload] - Question about uploading additional files other than the ones in the form?

2014-09-08 Thread Dave Newton
Ok, thanks--we'll see what happens. Dave On Mon, Sep 8, 2014 at 1:24 PM, Mark Thomas wrote: > On 08/09/2014 18:06, Dave Newton wrote: > > On Sun, Sep 7, 2014 at 12:55 PM, Mark Thomas wrote: > > > >> [...] banned from the Tomcat users mailing list [...] > > > > > > Is there official Apache pre

[OT] Re: [fileupload] - Question about uploading additional files other than the ones in the form?

2014-09-08 Thread Mark Thomas
On 08/09/2014 18:06, Dave Newton wrote: > On Sun, Sep 7, 2014 at 12:55 PM, Mark Thomas wrote: > >> [...] banned from the Tomcat users mailing list [...] > > > Is there official Apache precedence for this? I tried that on the S2 list > and it didn't take. Technically, unsub them from user@ and

Re: [fileupload] - Question about uploading additional files other than the ones in the form?

2014-09-08 Thread Dave Newton
On Sun, Sep 7, 2014 at 12:55 PM, Mark Thomas wrote: > [...] banned from the Tomcat users mailing list [...] Is there official Apache precedence for this? I tried that on the S2 list and it didn't take. Dave

Re: [fileupload] - Question about uploading additional files other than the ones in the form?

2014-09-07 Thread Mark Thomas
This is the reason why you will never see an apache server provisioning >> individual files(except for SVN/GIT) source ctl >> >> package ALL files(resource/source/classes/README/doc/etc) up into a jar and >> drop the jar into basedir and let your customers figure out how to >> unt

RE: [fileupload] - Question about uploading additional files other than the ones in the form?

2014-09-07 Thread Konrad Zuse
to be rude about my questions. I thank each and every one of you for the kindness of helping me out during my confusion. I appreciate all the answers that have been provided. Thank you for your time. > From: mgai...@hotmail.com > To: user@commons.apache.org > Subject: RE: [fileupload]

RE: [fileupload] - Question about uploading additional files other than the ones in the form?

2014-09-07 Thread Martin Gainty
ated Your choice Martin __ > From: thekonradz...@hotmail.com > To: user@commons.apache.org > Subject: RE: [fileupload] - Question about uploading additional files other > tha

RE: [fileupload] - Question about uploading additional files other than the ones in the form?

2014-09-06 Thread Konrad Zuse
and then send a multipart form data to my servlet to process and upload? Thanks for the help once again Hassan, I appreciate your time and patience with my and my questions. All the best. > Date: Sat, 6 Sep 2014 16:10:10 -0700 > Subject: Re: [fileupload] - Question about uploading addit

Re: [fileupload] - Question about uploading additional files other than the ones in the form?

2014-09-06 Thread Hassan Schroeder
On Sat, Sep 6, 2014 at 3:58 PM, Konrad Zuse wrote: > Yeah I understand I have to build it, was just curious if I would have > limitations like I am having now. A desktop application does not have the sandboxing limitations of processes running in a Web browser. That said, you and you alone are

RE: [fileupload] - Question about uploading additional files other than the ones in the form?

2014-09-06 Thread Konrad Zuse
Don't want to keep running in circles and having tasks that I cannot complete :P. > Date: Sat, 6 Sep 2014 15:42:03 -0700 > Subject: Re: [fileupload] - Question about uploading additional files other > than the ones in the form? > From: hassan.schroe...@gmail.com > To: user@c

Re: [fileupload] - Question about uploading additional files other than the ones in the form?

2014-09-06 Thread Hassan Schroeder
On Sat, Sep 6, 2014 at 2:59 PM, Konrad Zuse wrote: > I understand the client-server relationship, but you seemed to say I could do > what I need to do from my browser No. No. A thousand times, NO. You can't do what you want from a standard web browser. Whatever you think you saw otherwise, no.

RE: [fileupload] - Question about uploading additional files other than the ones in the form?

2014-09-06 Thread Konrad Zuse
ed. > Date: Sat, 6 Sep 2014 14:26:46 -0700 > Subject: Re: [fileupload] - Question about uploading additional files other > than the ones in the form? > From: hassan.schroe...@gmail.com > To: user@commons.apache.org > > On Sat, Sep 6, 2014 at 2:06 PM, Konrad Zuse wrote

Re: [fileupload] - Question about uploading additional files other than the ones in the form?

2014-09-06 Thread Hassan Schroeder
On Sat, Sep 6, 2014 at 2:06 PM, Konrad Zuse wrote: > Okay so I generate the requests via my client to allow the upload of all of > these files, but it has to be done from something on their machine though, > and not a browser? Yes. > Not too sure what you saying before about "client browsers."

RE: [fileupload] - Question about uploading additional files other than the ones in the form?

2014-09-06 Thread Konrad Zuse
l) so I am sorry if I am confused about something, or confused about what something means. Thank youf or all of the help everyone :) > Date: Sat, 6 Sep 2014 14:01:18 -0700 > Subject: Re: [fileupload] - Question about uploading additional files other > than the ones in the form? >

Re: [fileupload] - Question about uploading additional files other than the ones in the form?

2014-09-06 Thread Hassan Schroeder
On Sat, Sep 6, 2014 at 1:38 PM, Konrad Zuse wrote: > I can't use File Upload with a client-side application ont he desktop though > right? Of course you can. Commons FileUpload is a server component to process "multipart/form-data" POST requests. There's no reason for it to care what's generat

RE: [fileupload] - Question about uploading additional files other than the ones in the form?

2014-09-06 Thread Konrad Zuse
2014 13:23:13 -0700 > Subject: Re: [fileupload] - Question about uploading additional files other > than the ones in the form? > From: hassan.schroe...@gmail.com > To: user@commons.apache.org > > On Sat, Sep 6, 2014 at 1:09 PM, Konrad Zuse wrote: > > > So would I n

Re: [fileupload] - Question about uploading additional files other than the ones in the form?

2014-09-06 Thread Hassan Schroeder
On Sat, Sep 6, 2014 at 1:09 PM, Konrad Zuse wrote: > So would I need to rewrite everything now for an client-side application, > which I'm assuming wouldn't even work with FileUpload but more with FTP? > > Or would I still use my current upload methods, but had an application on > their side t

RE: [fileupload] - Question about uploading additional files other than the ones in the form?

2014-09-06 Thread Konrad Zuse
> Date: Sat, 6 Sep 2014 22:03:28 +0200 > Subject: RE: [fileupload] - Question about uploading additional files other > than the ones in the form? > From: e...@zusammenkunft.net > To: user@commons.apache.org > > For obvious security reasons browsers do not allow to open/acces

RE: [fileupload] - Question about uploading additional files other than the ones in the form?

2014-09-06 Thread Bernd
and pass the data to itself? > > > So again, user selects file, I read file, then select other files from > their system that are needed for the first file, and upload them all up at > the same time. > > Thanks! > > > From: mgai...@hotmail.com > > To: user@commons.ap

RE: [fileupload] - Question about uploading additional files other than the ones in the form?

2014-09-06 Thread Konrad Zuse
in place. The form obviously has access to the user's machine, so I don't know why we couldn't have that same access, some way? > Date: Sat, 6 Sep 2014 15:57:55 -0400 > Subject: Re: [fileupload] - Question about uploading additional files other > than the ones in

Re: [fileupload] - Question about uploading additional files other than the ones in the form?

2014-09-06 Thread Thad Humphries
FileUpload is pretty straight forward and the examples are clear. However it sound to me like you are describing a scenario like this: On Machine A, files foo, bar, baz, etc. and file FilesList.txt with the full paths for those files. On Server B: A web app with a form and your servlet. User at

Re: [fileupload] - Question about uploading additional files other than the ones in the form?

2014-09-06 Thread Hassan Schroeder
On Sat, Sep 6, 2014 at 12:29 PM, Konrad Zuse wrote: > So again, user selects file, I read file, then select other files from their > system that are needed for the first file, and upload them all up at the same > time. So "other files" like, say "/etc/passwd"? :-) Short answer: No, you can't

RE: [fileupload] - Question about uploading additional files other than the ones in the form?

2014-09-06 Thread Konrad Zuse
that are needed for the first file, and upload them all up at the same time. Thanks! > From: mgai...@hotmail.com > To: user@commons.apache.org > Subject: RE: [fileupload] - Question about uploading additional files other > than the ones in the form? > Date: Sat, 6 Sep 2014 11

RE: [fileupload] - Question about uploading additional files other than the ones in the form?

2014-09-06 Thread Martin Gainty
- > From: thekonradz...@hotmail.com > To: user@commons.apache.org > Subject: [fileupload] - Question about uploading additional files other than > the ones in the form? > Date: Fri, 5 Sep 2014 20:05:03 -0400 > > Hello all, > > I am basically uploading a file to my server,

[fileupload] - Question about uploading additional files other than the ones in the form?

2014-09-05 Thread Konrad Zuse
Hello all, I am basically uploading a file to my server, but within that file contains path information to images that also need to be uploaded. I am looking to read the file mid stream and get the data for the images to upload. It seems I am able to do this, but if this is not possible will