使用下载方法时隐藏文件浏览器
我想在调用下载方法时隐藏弹出的对话框,并将下载目标路径设置为常量constant,也就是说,我想提前设置我想要保存文件的位置。
这可能吗,非常感谢任何帮助。 提前致谢
I want to hide the pop-up dialog box when I invoke the download method and set the download destination path to be constant constant , in other words, I want to set the location where I wanna the file to be saved in advance .
Is this possible , any help in extremely appreciated.
thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果不使用 AIR,则无法将文件保存到任意位置。
It's not possible to save files to arbitrary locations without using AIR.