<html:form method="POST" enctype="multipart/form-data">
        <html:file property="theFile" />
    </html:form>

theFile is type of FormFile.  You can go from there.

-----Original Message-----
From: Daniel Massie [mailto:[EMAIL PROTECTED] 
Sent: August 6, 2003 2:35 AM
To: Struts Users Mailing List
Subject: uploadfile path


I am trying to upload a file using html:file which is received as a
FormFile, the problem is I need to find out this files absolute path. Hwo
can I retrieve this information?

Thanks
Daniel


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to