Dim fl As String = e.FileNameDim idx As Integer = fl.LastIndexOf(".")Dim ext As String = fl.SubString(idx)e.FileName = dr("文件名") & ext