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

fileUpload vs custom servlet

2008-07-10 Thread webdev2
custom interceptor stack containing defaultStack. That means the fileUpload interceptor is available. -- View this message in context: http://www.nabble.com/fileUpload-vs-custom-servlet-tp18395960p18395960.html Sent from the Struts - User mailing list archive at Nabble.com