Multiple File download from IE

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default Multiple File download from IE

    I have a page that currently allows the user to select the
    file and do a file/save as to their computer from IE.
    There has to be a way to allow the user to select multiple
    files and have them saved to a specified folder on their
    computer. Any ideas?
    I heard that this is a limitation in IE???
    Ned Chamberlain Guest

  2. Similar Questions and Discussions

    1. Multiple files download?
      Originally posted by: 2JZ Hi all, I am using FileReference's download() to download file. However, it seems that donwload() only donwload one...
    2. Download a file
      Hello, I would like that a user can download a file starting from a server and that the user could place it where he wants. (sorry I'm a French guy...
    3. Download file
      Hi! I am working on a peice of code that will allow a user to download a file located in the users folder. The file is NOT located inside the...
    4. PHP - download multiple text files by submitting an htmlform
      Hello, I am building a site that allows the user to download a set of text files based on user selection on HTML forms. For example, the user can...
    5. DVD quality video; Web upload/download; Multiple users; Is Director a fit?
      I'm new to the Macromedia world and I'm looking for some help regarding if Director can meet the following three requirements... 1. Displaying DVD...
  3. #2

    Default Re: Multiple File download from IE

    Generally multiple files would be zipped into a single file for download.
    The user always gets to choose which folder the file is downloaded to -
    that's how IE works for security reasons.

    --
    I hope this helps,
    Steve C. Orr, MCSD
    [url]http://Steve.Orr.net[/url]


    "Ned Chamberlain" <nchamberlain@cgehq.com> wrote in message
    news:0f4601c34598$3d4e6800$a001280a@phx.gbl...
    > I have a page that currently allows the user to select the
    > file and do a file/save as to their computer from IE.
    > There has to be a way to allow the user to select multiple
    > files and have them saved to a specified folder on their
    > computer. Any ideas?
    > I heard that this is a limitation in IE???

    Steve C. Orr, MCSD Guest

  4. #3

    Default Re: Multiple File download from IE

    I believe you heard right. I don't believe any browser has that kind of
    functionality.
    --
    Kevin Spencer
    ..Net Developer
    Microsoft MVP
    [url]http://www.takempis.com[/url]
    Big things are made up
    of little things

    "Ned Chamberlain" <nchamberlain@cgehq.com> wrote in message
    news:0f4601c34598$3d4e6800$a001280a@phx.gbl...
    > I have a page that currently allows the user to select the
    > file and do a file/save as to their computer from IE.
    > There has to be a way to allow the user to select multiple
    > files and have them saved to a specified folder on their
    > computer. Any ideas?
    > I heard that this is a limitation in IE???

    Kevin Spencer Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139