In a previous example, “Browsing for individual files on a user’s computer using Adobe AIR”, we saw how you could browse for a single file on the user’s computer in Adobe AIR by calling the browseForOpen() method on a File object.
The following example shows how you can browse for multiple files on the user’s computer in Adobe AIR by calling the browseForOpenMultiple() method on a File object.
Full code after the jump.
{ 1 comment }