save a file on a local machine from a flex web app

爱⌒轻易说出口 提交于 2019-12-24 09:14:41

问题


is there a way to save, not save as, from an online flex app onto someone's local machine? Basically, if a user opens a file local to their machine in an online flex app, is there a way to allow them to save it locally without going through dialog boxes and picking file names?

Note: I've read that this is possible on Air, but seems unlikely in Flex - my hope is that some workaround may exist...

thx!

f


回答1:


No. For security reasons, the online application does not have access to the user's harddrive. This is why the "save as" functionality has been added. It allows the user to choose to save a file.



来源:https://stackoverflow.com/questions/3558506/save-a-file-on-a-local-machine-from-a-flex-web-app

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!