Yea, I'm using Struts. I like some of its features so I want to continue
using it. But multipart is a mess. So, is there any way to retain the
parameters in HTTPServletRequest?
 Thanks.

 On 10/9/05, Dakota Jack <[EMAIL PROTECTED]> wrote:
>
> Are you using Struts? Struts has a bizarre idea that causes this type
> of problem.
>
>
>
> On 10/8/05, Dhiren Bhatia <[EMAIL PROTECTED]> wrote:
> > Hi all,
> > I'm having trouble with the HttpServletRequest object if my post
> contains
> > multipart data. The request object loses all the parameters set from the
> > html form.
> > i.e. request.getParameter("myParam"); always returns null. If I remove
> the
> > multipart encoding from my form, I see the parameter values.
> > If I use the OReilly MultipartRequest, the constructor needs me to set
> the
> > directory to save the file in so I cannot make that value dynamic by
> > receiving it from the HTTP post. I want to receive the dir name where
> the
> > file will be saved from the HTML form.
> > Any ideas? Hope this makes sense.
> > Thanks,
> > -D
> >
> >
>
>
> --
> "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