I need to list the files under a local folder on web browser(flex app).
How do i change the properties of flash player so that it will browser list the files?
Help would be appreciated.
I need to list the files under a local folder on web browser(flex app).
Share
You can use FileReference.
However, in a web browser you are locked into only using this function if there is user interaction( IE:a mouse click ).
Anything over then this would be a major security risk and Flash player will not allow it.
There is nothing that can be done about this.
With that being said if you can do without a browser you can access it through an Air app without having to deal with the security issues.