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 couldn't find anything that retrieves the file path.
Any ideas/suggestions?
Thanks!
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

