Does the (temporary!!) files get deleted automatically? I though that
we have to delete it with some additional code.
Can any one make clear on this.
Also in validation part, I didn't find a way file names in the file
input box reload automatically after validation fail. It is possible to
do with normal HTML tag <INPUT TYPE="file" ....>
Thanks in advance
Anjib
On 10/12/2010 4:54 PM, Oscar wrote:
Hi to all, i'm developing a S1 application that has a form with upload file
control. I know that, by default, when you upload a file, it stores
temporally in a temp directory that normally is web directory. I know that
after that, the file is deleted, so i wanna know if exists a way to tell
struts framework to save that file in some directory without the need to
write code to write the file in the web application's directory.
Regards.