I have a controller that extends AbstractWizardFormController used for a complex process of file upload.
If I send request once a time it works well. But I'm not able to manage multiple simultaneous request as (e.g.) SimpleFormController do.
Is AWFC able to manage multiple simultaneous request as SFC or not???

Any help is gratefully appreciated.

Mario