John Dell'Aera wrote:
I have a file upload application that I'm porting to struts from my custom 
framework.
I would like to continue using the jakarta file upload api so that I do not 
have to modify
my file uploader class. Is there a way to bypass the struts file upload 
functionality?

Should just be able to take out the "fileUpload" interceptor from your interceptor stack, if you're dead-set on doing it manually.

Dave

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to