简体   繁体   English

通过 javascript 在 Titanium Desktop 中获取完整的拖动文件路径

[英]Get full dragged file path in Titanium Desktop via javascript

With the html5 file api, you can drag files onto a webpage and you can access the data from them.使用 html5 文件 api,您可以将文件拖到网页上,然后可以访问其中的数据。 In a Titanium Desktop application, is there a way to get the full path of a file dragged?在 Titanium 桌面应用程序中,有没有办法获得拖动文件的完整路径? Titanium gives you full filesystem access, so you ought to be able to do this. Titanium 为您提供完整的文件系统访问权限,因此您应该能够做到这一点。 Thanks谢谢

According to this it is possible.按照这个是可以的。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM