Re: fileUpload vs custom servlet

2008-07-11 Thread Laurie Harper
webdev2 wrote: I upgraded my app to Struts2, which provides file uploading. Now my custom servlet for uploading an attachment no longer receives the request. Is there a configurable option for restoring the old functionality of having the custom servlet upload the attachment? Thanks. What

Re: fileUpload vs custom servlet

2008-07-11 Thread Joachim Rohde
If you don't need the file-upload interceptor then remove it from your interceptor stack or exclude it for those actions which rely on your custom fileupload-servlet. webdev2 schrieb: I upgraded my app to Struts2, which provides file uploading. Now my custom servlet for uploading an attachme