Re: FileCleanerCleanup question

2009-10-21 Thread Davis Ford
provide your own FileItem class and your own factory to instantiate it. -- Martin Cooper Thanks in advance, Davis On Mon, Oct 19, 2009 at 12:06 PM, Davis Ford davisf...@zenoconsulting.bizwrote: Hi, it is my understanding from the commons-io javadoc, that if you create

Re: FileCleanerCleanup question

2009-10-20 Thread Davis Ford
On Mon, Oct 19, 2009 at 12:06 PM, Davis Ford davisf...@zenoconsulting.bizwrote: Hi, it is my understanding from the commons-io javadoc, that if you create a FileCleanerCleanup it will remove files in a directory once the reference to the File is GC'd. Given that, I'm using commons-fileupload

FileCleanerCleanup question

2009-10-19 Thread Davis Ford
Hi, it is my understanding from the commons-io javadoc, that if you create a FileCleanerCleanup it will remove files in a directory once the reference to the File is GC'd. Given that, I'm using commons-fileupload, and I set the listener in web.xml as: listener

commons-fileupload DiskFileItemFactory / FileCleanerCleanup memory

2009-10-15 Thread Davis Ford
Hi, quick question on fileupload... I have a gooogle web toolkit app that presents a UI to do the following: 1) Upload a file 2) Show a thumbnail of the upload after file has been uploaded 3) Repeat 1) and 2) if desired 4) Press Save - Server takes files and puts them in final resting place I