Selecting Multiple Files to Upload

Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.

  1. #1

    Default Selecting Multiple Files to Upload

    I was wondering is there a way in Coldfusion where you would be able to
    "Browse" and select multiple files at once to upload?

    So you would be able to click "browse" and use the ctrl, or dragging the mouse
    method to select all the files you wanted and then upload them at once?

    Any help would be appreciated.


    Mercedes_S500 Guest

  2. Similar Questions and Discussions

    1. upload multiple files
      Hi, I have the form where user can upload max to three files at the same time. Also the file is need to be overrtie if user try to post the same...
    2. upload multiple files is this possible?
      Hi guys! is this possible to upload a whole directory or at least all files in a directory at once ? I know how to do it with 10 files then you...
    3. [PHP] Multiple upload files with php problem!!
      This is supported in the standards I think, as it says clearly in the HTML 4.01 specification on www.w3.org: "file select - This control type...
    4. Multiple upload files with php
      Hi, I need to upload multiples files using php, but with the same "<input>" tag, somebody can help my, is this feature supported by php?. Anyboy...
    5. multiple files upload
      Hi Group, In my program, the user has to be able to add one or more documents (as files) for one product from the database. The number of files...
  3. #2

    Default Re: Selecting Multiple Files to Upload

    One file field = one file upload. This is a limitation of HTML. The only way to upload multiple files at once is to use a 3rd-party applicaiton like [url]http://www.infomentum.com/appletfile/[/url].
    cf_menace Guest

  4. #3

    Default Re: Selecting Multiple Files to Upload

    You can just create multiple file fields for multiple files, but like stated above, each field can only handle 1 file.
    pflynn02 Guest

  5. #4

    Default Re: Selecting Multiple Files to Upload

    I see, thank you for your help. It is too bad CF doesn't have a built in function to select multiple files/photos to upload, sounds like something for Java, which I have no clue on how to write.
    Mercedes_S500 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