What is the best way to check the file type and size in asp.net mvc c# controllers?
+2
A:
What is wrong with System.IO.FileInfo [1]
what do you mean by 'type', extension or mime type. extension is obviously on the path and mime type mapping I think is in the registry. Size is length
[1] http://msdn.microsoft.com/en-us/library/system.io.fileinfo.aspx
adam straughan
2010-10-22 12:39:14