使用 flash actionscript3 filereference 类下载文件时抑制对话框
我正在尝试设置 flash 的 FileReference 类,以将文件从可公开访问的 Web 目录下载到硬盘驱动器上的特定位置,而不必使用使用 download() 方法自动触发的浏览对话框。有人知道如何预定义下载文件的位置,这样我就不必触发对话吗?
http://livedocs.adobe.com/flash/9.0 /ActionScriptLangRefV3/flash/net/FileReference.html#download()
I'm trying to set up flash's FileReference class to download files from a publicly accessible web directory to a specific location on my hard drive, without having to use the browse dialogue that is automatically triggered using the download() method. Anyone know how to predefine a location for the downloaded file so I don't have to trigger the dialogue?
http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/net/FileReference.html#download()
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为他们不允许你这样做,因为这可能存在安全风险。您将能够悄悄地覆盖用户的文件或安装特洛伊木马之类的东西。我认为没有办法解决这个问题。
I think they don't allow you to do that because it can be a security risk. You would be able to silently overwrite a user's files or install trojans and such stuff. I don't think there's a way around it.