如何查找 mov(快速时间格式)视频文件或不使用 asp.net(c#)?
我想通过asp.net(c#)代码查找上传的mov文件是否是视频。这是为了防止将扩展名更改为 .mov 后上传。
任何人都请帮我解决上述问题...
I want to find whether an uploaded mov file is a video or not through asp.net(c#) code. This is to prevent uploads after changing the extension to .mov.
Any one please help me out to solve the above issue...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
读取前几个字节并将它们与您所知道的 .mov 文件的标头进行比较。
来源:http://forums.asp.net/t/1331793.aspx
Read the first few bytes and compare them to what you know a .mov file's header is.
Source: http://forums.asp.net/t/1331793.aspx