I guess I should have been more specific, I was looking for advice as to
if the "enctype" attribute of the form tag introduces significant
overhead in struts.  I know that the struts request processor has to do
some extra work to handle a multipart form.  Is this overhead enough to
imply that only html forms that include the file input element (upload
data) should be multipart forms?

Gary

-----Original Message-----
From: Martin Gainty [mailto:[EMAIL PROTECTED] 
Sent: Friday, January 09, 2004 10:43 AM
To: Struts Users Mailing List; [EMAIL PROTECTED]
Subject: Re: Seeking multipart-form advise

Drop all the logos
convert html (or any markup language) to text
compress
(total savings can be 95% or the resultant compressed file is 5% of the
file's original size)
then upload
http://www.brownsbox.com/site.php?pn=compress
Does this help?
-Martin

----- Original Message -----
From: "Gary VanMatre" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, January 09, 2004 12:22 PM
Subject: Seeking multipart-form advise


> We are working on an application that has several pages that require
> file upload capabilities.  Currently, our main tiles layout contains
our
> html form tag and we are considering adding the
> enctype="multipart/form-data" attribute to the form tag in our main
> layout but we are uncertain as to the overhead/cost of doing this.
>
> Is there a significant cost associated with making all forms multipart
> in your web application?  Any experiences or insights would be greatly
> appreciated.
>
> Gary
>
>

---------------------------------------------------------------------
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]

Reply via email to