[Rails] Re: Re: Multiple downloading
Colin Law wrote in post #1042447:
> On 25 January 2012 09:18, Deepika Vummiti <lists@ruby-forum.com> wrote:
>> 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
Instead of Zip file, is there any other possibility to download multiple
files. I want to download multiple files without zip format and should
show the download files remaining while downloading. is there any other
methodin rails to do like this.
Thanks,
Deepika.
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home