I have a need to download multiple jpg images from a remote server to the client machine when the application loads. I'm running this in AIR. I want to specify what directory these files should be downloaded to. The only download option I've found requires the file browse dialog box for each file. I want to avoid the file browse. To summarize I'm looking for the following:
1) Ability to download multiple image files on application load from a remote server to the client machine in a directory the application specifies. 2) Avoid the file browse dialog box. Any help would be appreciated.

