K
K
kefirr2011-05-02 15:55:19
JavaScript
kefirr, 2011-05-02 15:55:19

Give the user to download several files sequentially (ASP.NET, Javascript, IE6)?

The customer's requirement is to give the user several files for downloading sequentially, that is
, dialogs for saving files should appear sequentially. Should work in IE6.
It turned out to be done using setInterval and window.navigate (that is, do .navigate to the address of the next file with an interval of a second) - this works in all IE except 6. In 6, if the timer fires while one dialog is already open, then the dialog is not shown and the file is skipped.
Is there some standard/proven way to achieve this?
And yes, the download is initiated not by pressing a button, but by calling a javascript function from the Silverlight side.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
K
kefirr, 2011-05-03
@kefirr

I solved the problem - I give the following file only in the case when mouseMove occurs on the page - this means that the download dialog in IE6 is not currently displayed.

M
MT, 2011-05-03
@MTonly

Several files should be given as a single archive.

A
Andrey Gubsky, 2011-05-02
@Ernado

Perhaps this plugin will help you plugins.jquery.com/plugin-tags/download-multiple-files?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question