Hi all,

I wonder how to avoid FileUploadInterceptor to save the tmp file. because in
my action I will process it anyway. IMO it is not efficient to have the
interceptor to save a tmp file first and then have my action class  to
process the tmp file after. I think the most efficient way is to get the
inputstream (just like using commons fileupload) in my action class and
process it in my own way.

I hope write a custom interceptor is not the only solution %-|

Thank you very much.

Joe
-- 
View this message in context: 
http://www.nabble.com/-S2--How-to-avoid-FileUploadInterceptor-to-save-the-tmp-file--tf4169537.html#a11862029
Sent from the Struts - User mailing list archive at Nabble.com.


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

Reply via email to