Soeren, >with version 1.0-b1 the parameter maxFileSize is recognised and a >exception is. With the nightly build from 2001-04-17 it doesn't work >any more. Obviously something changed in the mean time. This was just recently fixed. >Another problem is that that with version 1.0-b1 a temporary file >remains in the tmp directory. Am I supposed to catch the exception and >to deleted the file manually? This was even more recently just fixed, thanks for bringing it to my attention. >In struts-upload example is a small bug in UploadAction. The input stream 'stream' is >never closed explicitly. So the temporary file remains in the tmp >directory after upload. It's easy to fix by just calling the close >method to every stream used after we are finished with it. Also taken care of, thanks again. Mike

