its only the original file's location that i require, i can't find any mention of how to aquire this in any online articles.
-----Original Message----- From: Dan Tran [mailto:[EMAIL PROTECTED] Sent: 06 August 2003 16:24 To: Struts Users Mailing List Subject: Re: uploadfile path Folow the Struts upload example, you can trace thru how Struts gets the client file and upload to server where you have to do extra work to copy data from FormFile (its stream buffer) to the your choice of server location. -Dan ----- Original Message ----- From: "Yansheng Lin" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Wednesday, August 06, 2003 8:18 AM Subject: RE: uploadfile path > <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] > > --------------------------------------------------------------------- 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]