RE: uploading file requires immediate serialization location?

2001-06-11 Thread SCHACHTER,MICHAEL (HP-NewJersey,ex2)
lient specified. -Original Message- From: Martin Cooper [mailto:[EMAIL PROTECTED]] Sent: Monday, June 11, 2001 5:45 PM To: [EMAIL PROTECTED] Subject: Re: uploading file requires immediate serialization location? I don't know what would happen. In particular, I don't know what

Re: uploading file requires immediate serialization location?

2001-06-11 Thread Martin Cooper
; on >06/11/2001 01:55:07 AM > >Please respond to [EMAIL PROTECTED] > >To: [EMAIL PROTECTED], "Jonathan Asbell" > <[EMAIL PROTECTED]> >cc:(bcc: David Hay/Lex/Lexmark) >Subject: Re: uploading file requires immediate serialization location? > > >

Re: uploading file requires immediate serialization location?

2001-06-11 Thread dhay
"Martin Cooper" <[EMAIL PROTECTED]> on 06/11/2001 01:55:07 AM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED], "Jonathan Asbell" <[EMAIL PROTECTED]> cc: (bcc: David Hay/Lex/Lexmark) Subject: Re: uploading file requires immediate serializat

Re: uploading file requires immediate serialization location?

2001-06-11 Thread Martin Cooper
the session. (Dont know if I > mentioned by weblogic croaks/freaks if the session has too much "k" in it. > > - Original Message - > From: "Martin Cooper" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]>; "Jonathan Asbell" <[

Re: uploading file requires immediate serialization location?

2001-06-10 Thread Jonathan Asbell
it. - Original Message - From: "Martin Cooper" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; "Jonathan Asbell" <[EMAIL PROTECTED]> Sent: Monday, June 11, 2001 1:55 AM Subject: Re: uploading file requires immediate serialization location? > String

Re: uploading file requires immediate serialization location?

2001-06-10 Thread Martin Cooper
ds the uploaded data. Hope this helps. -- Martin Cooper - Original Message - From: "Jonathan Asbell" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, June 10, 2001 10:48 PM Subject: Re: uploading file requires immediate serialization location? > So do

Re: uploading file requires immediate serialization location?

2001-06-10 Thread Jonathan Asbell
>; "Jonathan Asbell" <[EMAIL PROTECTED]> Sent: Monday, June 11, 2001 1:23 AM Subject: Re: uploading file requires immediate serialization location? > Yes, I think you've got it. Just to be clear, though, when you say "we need > to examine the sections in the header

Re: uploading file requires immediate serialization location?

2001-06-10 Thread Martin Cooper
memory and hand you back that memory. And there you have binary data in a form field. Hope this helps. -- Martin Cooper - Original Message - From: "Jonathan Asbell" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, June 10, 2001 1:19 PM Subject: Re: uploading

Re: uploading file requires immediate serialization location?

2001-06-10 Thread Jonathan Asbell
uot; <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Sunday, June 10, 2001 3:01 PM Subject: Re: uploading file requires immediate serialization location? > Good question. What you are really asking is "what does the tag > do?". > > Struts will generate an tag,

Re: uploading file requires immediate serialization location?

2001-06-10 Thread Martin Cooper
bell" <[EMAIL PROTECTED]> To: "Martin Cooper" <[EMAIL PROTECTED]> Sent: Sunday, June 10, 2001 5:47 AM Subject: Re: uploading file requires immediate serialization location? > Great explanation Martin. Thank you. So what you really have said is that > the stream conten

Re: uploading file requires immediate serialization location?

2001-06-09 Thread Martin Cooper
<[EMAIL PROTECTED]>; "Jonathan Asbell" <[EMAIL PROTECTED]> > Sent: Saturday, June 09, 2001 10:55 PM > Subject: Re: uploading file requires immediate serialization location? > > > > Internally to Struts, multipart handling is provided through an interface, >

Re: uploading file requires immediate serialization location?

2001-06-09 Thread Jonathan Asbell
ActionForm save (and validate) the binary data sent via input type "file". - Original Message - From: "Martin Cooper" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; "Jonathan Asbell" <[EMAIL PROTECTED]> Sent: Saturday, June 09, 2001 10:55 P

Re: uploading file requires immediate serialization location?

2001-06-09 Thread Martin Cooper
Internally to Struts, multipart handling is provided through an interface, MultipartRequestHandler. In Struts 1.0, the only supplied implementation of this interface is DiskMultipartRequestHandler, which, as you might expect, writes "file" parts to disk as it encounters them. Struts does allow yo