Changing the FileUpload-Processing

2004-03-22 Thread Tim . Adler
Hello everybody! I wrote to the Mailing-List some days ago. That was about the displaying of progress-bars during fileupload. I made progress on this in that manner that I have a patched version of the commons-fileupload-library which can do the thing. But now I have to change the way Struts

Re: Changing the FileUpload-Processing

2004-03-22 Thread Martin Cooper
You shouldn't have to worry about the request processor. The multipart handler is pluggable, so you can simply replace the one Struts uses with your own by specifying the class name in the 'multipartClass' attribute of the controller element in your Struts config file. The multipart handler is