> > Please file an enhancement request against the Struts FileUpload
> > component, so that I can track this.

Martin, I have a small utility class that tracks a filename and associated
marker object.  You can't use just a File, of course, since File instances
are often far more transient than the objects used to perform I/O.  But you
could do FileCleaner.track(myFile, myIOObject), and when myIOObject goes
away, the file referenced by myFile will be removed.

Helpful to your situation?

        --- Noel


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to