I assume that everyone knew that you could do multiple uploads?  Is
that the question?


On Tue, 01 Mar 2005 10:39:28 -0500, Frank W. Zammetti
<[EMAIL PROTECTED]> wrote:
> This debate is simply put to rest... Just download the sample webapp I
> referenced in my last post and run it.  Tim is 100% right in his
> explanation.
> 
> --
> Frank W. Zammetti
> Founder and Chief Software Architect
> Omnytex Technologies
> http://www.omnytex.com
> 
> Slattery, Tim - BLS wrote:
> >>Yes, I can.  The limitation is that for every post or get,
> >>you can only have ONE multipart/mime file.  When you
> >>have multiple <file> elements you actually perform multiple
> >>posts to submit each one.
> >
> >
> > I disagree. You can have any number of <input type="file"...> elements in a
> > web page. Any such page must be POSTed, and the <form...> element must
> > specify enctype="multipart/form-data". With this in place, a MIME-formatted
> > stream is sent to the server. That stream can contain any number of uploaded
> > files (one per <input type="file"...> element), and whatever other form
> > elements you want to put on the page. That's ONE post to the server. The
> > stream contains the name and contents of all the files and other form
> > elements, all nicely described with appropriate MIME headers.
> >
> > --
> > Tim Slattery
> > [EMAIL PROTECTED]
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >
> >
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


-- 
"You can lead a horse to water but you cannot make it float on its back."
~Dakota Jack~

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to