With the html5 file api, you can drag files onto a webpage and you can access the data from them. In a Titanium Desktop application, is there a way to get the full path of a file dragged? Titanium gives you full filesystem access, so you ought to be able to do this.
Thanks
With the html5 file api, you can drag files onto a webpage and you
Share
According to this it is possible.