查找下载文件的文件扩展名 (AIR)

发布于 2024-11-09 04:33:28 字数 349 浏览 0 评论 0 原文

我正在尝试使用 Flickr API 下载 Flickr 视频。以下网址下载 3685555296_mobile.mp4

http://www.flickr.com/photos/schill/3685555296/play/mobile/3ae21a2693/

现在我正在使用 URLLoader (二进制数据格式)下载和写入视频到磁盘。有没有办法在将视频写入磁盘之前找到视频的扩展名?我需要它来构建视频文件的自定义名称。

I'm trying to download Flickr videos using the Flickr API. The following URL downloads 3685555296_mobile.mp4

http://www.flickr.com/photos/schill/3685555296/play/mobile/3ae21a2693/

Right now I'm using URLLoader (BINARY data format) to download and write the video to disk. Is there a way to find the extension of the video before writing it to disk? I need this to construct custom names for the video file.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

皓月长歌 2024-11-16 04:33:28

根据我在此线程中读到的内容。文件类型信息在 MIME 标头的“Content-Disposition”部分中发送。

所以我想通过使用 contentType 属性rel="nofollow">URLRequest 类 您应该能够确定传入文件的文件类型。

From what I read in this thread. The file type info is sent in the "Content-Disposition" section of the MIME header.

So I figure by using the contentType property of the URLRequest class you should be able to determine the file-type of the incoming file.

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