Re: RE:Re: FW: [Webwork-user] multipart support

2002-05-20 Thread Matt Baldree
Good points. I'll take a look at this. -Matt - Original Message - From: "Heng Sin Low" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, May 20, 2002 9:10 PM Subject: RE:Re: FW: [Webwork-user] multipart support > 1. It might be usefull if there

RE:Re: FW: [Webwork-user] multipart support

2002-05-20 Thread Heng Sin Low
1. It might be usefull if there is support for uploading to memory too. It can improve performance at the expense of more memory usage ( usefull when u know the size is small ). 2. maxSize tends to be action specific, I think a mechanism that allow the action to override the maxSize should be use

Re: FW: [Webwork-user] multipart support

2002-05-20 Thread matt
" > <[EMAIL PROTECTED]> > Sent: Sunday, May 19, 2002 6:55 PM > Subject: Re: [Webwork-user] multipart support > > > > I don't understand why you can't just make the ServletDispatcher figure > out > > if the request is multipart and if so act acc

Re: [Webwork-user] multipart support

2002-05-19 Thread Mike Cannon-Brookes
; -Matt > > - Original Message - > From: "Patrick Lightbody" <[EMAIL PROTECTED]> > To: "Matt Baldree" <[EMAIL PROTECTED]>; "Webwork-User" > <[EMAIL PROTECTED]> > Sent: Sunday, May 19, 2002 6:55 PM > Subject: Re: [Webwork-u

Re: [Webwork-user] multipart support

2002-05-19 Thread Matt Baldree
<[EMAIL PROTECTED]> Sent: Sunday, May 19, 2002 6:55 PM Subject: Re: [Webwork-user] multipart support > I don't understand why you can't just make the ServletDispatcher figure out > if the request is multipart and if so act accordingly? Why not make the > entire thing tran

Re: [Webwork-user] multipart support

2002-05-19 Thread Patrick Lightbody
so that's not the issue, but the more transparent this feature is, the better! Just my two cents... -Pat - Original Message - From: "Matt Baldree" <[EMAIL PROTECTED]> To: "Webwork-User" <[EMAIL PROTECTED]> Sent: Saturday, May 18, 2002 11:51 AM Subjec

[Webwork-user] multipart support

2002-05-18 Thread Matt Baldree
I added multipart support to WW. I looked at a couple of approaches at solving this problem and settled in using a filter to wrap the request. I thought this was the cleanest, less obtrusive solution. You have the ability to choose between Jason's multipart parse (watch the license) and Pell's by