Re: Change request
Jancsi Farkas <[email protected]>
| Newsgroups | gmane.comp.java.enhydra.barracuda.general |
|---|---|
| Message-ID | <[email protected]> |
What kind of studd have you added ? Multipart form data parsing?
The problem is if multipart form data is used, I think
request.getParameter does not work anymore, have to check this. It was
long time ago I added this to application, and I don't remember right,
but I think this was the reason why i manually added params to form map.
Jancsi
Diez B. Roggisch wrote:
>Hi,
>
>
>
>>I'm currently hacking some classes providing exactly this functionality.
>>My attempt is somewhat similar to Kirk's, I'm also using a custom
>>RequestWrapper. Additionally there's a UploadFormElement. I'll also
>>integrate this im my contrib application.
>>
>>
>
>Do you really need a custom wrapper? I'm not deep into that right now, but I
>remember I added some stuff to the RequestWrapper and ApplicationGateway to
>make the file upload integrate seemless with the rest of barracuda.
>
>Regards,
>
>Diez
>
>_______________________________________________
>Barracuda mailing list
>[email protected]
>http://barracudamvc.org/lists/listinfo/barracuda
>
>
>
>