How we can kn开发者_StackOverflow社区ow type of file in asp.net ?
If you want to get the extension of the file then you can use the FileInfo class.
Use the FileSystemInfo.Extension Property
How we can kn开发者_StackOverflow社区ow type of file in asp.net ?
If you want to get the extension of the file then you can use the FileInfo class.
Use the FileSystemInfo.Extension Property
精彩评论