从 flash.net.FileReference 获取相对路径;
我试图在浏览后从 FileReference 对象获取相对或完整路径,但我想我正在把头撞在墙上(它开始受伤了)任何人都有办法从用户那里获取文件的路径。
I'm trying to get the relative or full path from a FileReference object after its browsed but I think I'm bashing my head up against a wall (It's begining to hurt) anybody got a way of getting a file's path from the user.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为您必须切换到 AIR 和 flash.filesystem.File 类才能获取“nativePath”。
I think you'll have to switch to AIR and the flash.filesystem.File class to get the "nativePath".