Is there a way to make action chaining and file uploads play nice with each other? 
Currently it seems that the processing to access the form data is happening every time 
an action is invoked but, after the first time, the input stream is at EOF and none of 
the parameters can be accessed. 

The best way I can think of to do this is to wrap the request in the multipart wrapper 
in a filter; when is struts going to use filters for things like this (knowing that 
they are not being used now for reasons of backwards-compatibility)? I'm wondering if 
I made the fix how long I'll have to maintain it before it can be incorporated.

Thanks,

Derek Richardson

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

Reply via email to