Hi all,

I am using SWFUpload in a Struts framework web application. I am trying to figure out a good way to enforce some forwarding action to an error report page when I receive an error. Using the usual Struts forwarding system I clearly get the forwarded page back (I checked using an HTTP monitor), but I believe the forward is merely being interpreted as a success (The upload is listed as complete despite the error and no action takes place). What can I do to enforce these forwards? Is it possible to have Struts forward a JSP page that SWFUpload can interpret as some kind of error code and then forward to the report page itself? Thanks for any help.