Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个表单,用户可以在其中提交一些详细信息和任何类型的文件,现在由于上传的文件是 HttpPostedFileBase 类型,我如何从 GetString 安排阅读器以读取上传文件的文件名。谢谢
代码错误
特性
为什么不通过以下方式检查文件扩展名: f.Substring(f.LastIndexOf('.')+1, 3));