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
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
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
3 matches
Mail list logo