Java Mailing List Archive

http://www.gg3721.com/

Home » users.tapestry »

[T5] UploadedFile - Persist/default filename

Szemere Szemere

2008-11-10


Author LoginPost Reply
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
©2008 gg3721.com - Jax Systems, LLC, U.S.A.