Hi, I'm using ServletFileUpload to upload a file with a DiskFileItemFactory.
The file gets written to the temporary location, but before the file can be processed by a queue that will pick it up, the file is deleted. I set the diskfileitemfactory.setFileCleaningTracker(null) according to the documentation in order to turn off the cleanup automatic feature. Is there another way to turn it off? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]