RE: FileUpload and filePath

2003-10-03 Thread Dhaliwal, Pritpal (HQP)
if you are using DiskFile class. If have not used this functionality in struts, So I don't know how to do it exactly. HTH, Pritpal Dhaliwal -Original Message- From: Kumar M [mailto:[EMAIL PROTECTED] Sent: Friday, October 03, 2003 8:20 AM To: Struts Users Mailing List Subject: File

FileUpload and filePath

2003-10-03 Thread Kumar M
Hi all, I am uploading files using FormFile in my ActionForm. When the uploaded is completed I would like to show them the complete path of the files that they have uploaded. For example, "C:\mydocs\doc1.txt" instead of just "doc1.txt". The FormFile.getFileName() retrieves the file name but I