views:

668

answers:

1

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.

A: 

I think you'll have to switch to AIR and the flash.filesystem.File class to get the "nativePath".

John Lemberger