Multiple files download?

Ask a Question related to Macromedia Flex General Discussion, Design and Development.

  1. #1

    Default Re: Multiple files download?

    [q]Originally posted by: 2JZ
    Hi all,

    I am using FileReference's download() to download file. However, it seems that
    donwload() only donwload one file at a time. Is it possible to download
    multiple files(a set of files)? I wan to pop ONE directory browser to download
    a set of files. If FileReference class doesn't allow, any other solution?

    Please chip in. Thank you.[/q]


    Did u find any reply or any solution? I'm facing the same problem. Keep me
    updated.


    Akhilesh_Sharma Guest

  2. Similar Questions and Discussions

    1. No Files for download...?
      just got a new pc so im reinstalling everything. went to download the latest flash player but the link to the .exe doesnt work!? ...
    2. 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...
    3. Combine Multiple Files into 1 Layered Files
      Does anyone have a solution to simplify this process? I wish to take a folder of images, combine them into one layered file where each layer is named...
    4. 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...
    5. 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...
  3. #2

    Default Re: Multiple files download?

    Well,... I didn't find a perfect for this problem. I think most people use flex
    for a simple application. My work around to this is zipping all files and then
    download as once. Please let me know if you have a better solution.

    2JZ Guest

  4. #3

    Default Re: Multiple files download?

    hey,
    Launch the application and right click to view source.

    [url]http://ryanfavro.newmediateam.com/blog/index.cfm/2006/8/12/Flex-2-Multi-File-Upload-Example[/url]
    cliffy2009 Guest

  5. #4

    Default Re: Multiple files download?

    I don't think there is a way to download multiple files at once from a single
    'save as' dialog, only upload. I'm not aware of browser's allowing this
    either, at least not without having to use the 'save/open' dialog for each.

    slaingod Guest

  6. #5

    Default Re: Multiple files download?

    You ar e right dude, You can only download one file at a time. I don't know about multiple file download.

    Thanks.
    cliffy2009 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