Get path to a file via flash
Posted
by jeffkolez
on Stack Overflow
See other posts from Stack Overflow
or by jeffkolez
Published on 2010-05-12T16:23:01Z
Indexed on
2010/05/13
1:44 UTC
Read the original article
Hit count: 206
flash
I'm not a flash dev, but I'm turning to it to try and meet a requirement. I'm to allow a user to select a file on their computer, then pass it to my web application. I know it's not possible to do this using Javascript, hence wanting to use flash. First, is this possible? Second, can I get a pointer on how its done?
To clarify: I'm just looking for the path to the file. I don't want to upload it.
© Stack Overflow or respective owner