如何查找 mov(快速时间格式)视频文件或不使用 asp.net(c#)?

发布于 2024-10-03 03:01:36 字数 122 浏览 3 评论 0原文

我想通过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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

脱离于你 2024-10-10 03:01:36

读取前几个字节并将它们与您所知道的 .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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文