I want to persist on a form the filename used in the file upload component. Is there an appropriate way to do that? I'm worried about writing: @Persist private UploadedFile uploadfile;
<t:upload value="uploadFile" /> because I think that could clutter memory with a lot of file streams (within the UploadedFile). Szemere