Hi All, I am using file upload interceptor to upload a file. I am returning XML response (using result type as "stream") to the caller in case of success or failure. Its all fine, if everything works as expected.
When I try to upload a file which is bigger then the max allowed size, the file upload interceptor returns "input" and the control does not come to the execute method of my action class. In this case I can redirect the result to some JSP, to some other action etc, but how do I return a xml response with the error description and some error code. Please help me out. Regards, Rajeev Sharma --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]