While I don't believe there is a single method to do this, I think 
you could do this with an array of FileReference objects.  Each time 
a file completes downloading go on to the next object in the array 
and download it.

As to the usability of having someone select a save location for 
every file, not much you can do there.

Another, more complicated option, is create a way for the server to 
dish up a zip file that all the files they want to download.  Then 
you are only downloading one file and thus only have one save dialog.

Other than that, you might need to find a solution completely outside 
of flash.

--- In [email protected], "dialogtmp" <[EMAIL PROTECTED]> wrote:
>
> Hi!
> I know I can use "fileRef.download" this method to download file in 
the 
> internet, but this method only can download a file at a time.
> 
> If I want to download many files at a time, has any method can do 
that?
> 
> 
> thanks,
> dialogtmp
>


Reply via email to