.alx 文件 MIME 类型
谁能告诉我 .alx 文件的 mime 类型是什么?
can any one tell me what the is mime type of .alx file ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
谁能告诉我 .alx 文件的 mime 类型是什么?
can any one tell me what the is mime type of .alx file ?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
看来它是
application/octet-stream
来自 我个人会坚持将其作为application/xml
的构成,因为我不希望浏览器渲染它,而是让浏览器简单地下载它并将其放在一个漂亮整洁的文件夹中要使用的 bb 工具。也就是说,您不会将 .alx 文件下载到黑莓手机上,而是将其下载到桌面上并通过黑莓工具使用它来安装应用程序。
It seems it would be
application/octet-stream
from I personally would stick with this as a posed toapplication/xml
because I wouldn't want browsers to render it but rather for the browser to simply download it and put it in a folder some where nice and tidy for the bb-tools to use.That being said you do not download a .alx file to a blackberry you download it to your desktop and use it via the blackberry tools to install the application.