Multiple downloading

Hi,

  I'm downloading many files at a time, i wants to show the list of files downloading in pop up. For ex: "Downloading file 1 of 12" etc. Anyone please help this, how to do this in rails 2.3.14.

Is the filemanager gem is useful for this. Awaiting for replies.

Thanks, Deepika

How are you downloading multiple files at a time?

Colin

Am downloading multiple files at a time. Using Zip file format.

Am downloading multiple files at a time. Using Zip file format.

Please don't top post, it makes it difficult to follow the thread. Insert your reply at appropriate places in the previous message. Thanks.

The processes of zipping the files puts all the individual files into one zip file, therefore you are actually downloading just one file, the zip file, that contains information that allows the file to unzipped back to the originals. Since you are only downloading one file it is not possible to show a progress bar saying which file is currently being downloaded.

Colin

Colin Law wrote in post #1042447: