Both of the following lines of code will return the file name with its extension including the full path of the file on the client.
FileUpload1.PostedFile.FileName;
Directory.GetFiles();