when i upload file im getting it's full path:myFile.postedFile.fileNamehow can i retrieve only th file name and the extension?
Response.Write(System.IO.Path.GetExtension(strFileNamePath))Response.Write(System.IO.Path.GetFileName(strFileNamePath))