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.
在我的 ASP.Net MVC 3 应用程序中,我有上传图像的逻辑。我怎样才能找出用户尝试上传的某些文件是真正的图像?我需要在上传之前在客户端检查它
如果您使用:
Image.FromStream(stream)
如果它不是有效的图像,它将抛出 ArgumentException。