| An UploadedFile instance is created by the web engine when
files are uploaded through a multi-part request.
The uploaded files can be retrieved through the
ElementSupport#getUploadedFile method and its siblings. The
web engine does its best to dispose of the temporary file at a convenient
time, but the file is not guaranteed to persist after the request. If you
want to make sure that the file is deleted, you should call
File.delete yourself when you're finished with the uploaded file.
author: Geert Bevin (gbevin[remove] at uwyn dot com) version: $Revision: 3634 $ since: 1.0 |