Re: Upload file without struts 2

2008-10-06 Thread Mead Lai
config the servlet-mapping. alter the URL, that some old modules url don't filtered by struts2! On Tue, Oct 7, 2008 at 11:30 AM, Po Po <[EMAIL PROTECTED]> wrote: > Hello, > Some modules in my application not yet migrate to struts 2. > upload file doesn't work (using commons file upload), because

Upload file without struts 2

2008-10-06 Thread Po Po
Hello, Some modules in my application not yet migrate to struts 2. upload file doesn't work (using commons file upload), because it's intercept by struts 2. How to disable / avoid upload file functionality in struts 2 ? Thanks ---