You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Pham Anh Tuan <an...@ichi-corp.jp> on 2006/03/02 06:02:12 UTC

[HELP] checking upload file is exist or not ...

hi all,

I don't know how we can get the fullpath of the upload file :(
<input type="file" name="uploadFile" size="40">

I want to check whether or not the upload file is exist, so, I use fullpath to create File, and use exist method of File to check file is exist or not.

help me!

thanks in advance

bowlkhin