Uploaded image for project: 'Medici'
  1. Medici
  2. MMDB-872 multi-upload of datasets
  3. MMDB-873

Multi file upload using input type=file

XMLWordPrintableJSON

    • Icon: Sub-task Sub-task
    • Resolution: Fixed
    • Icon: Major Major
    • 1.2
    • None
    • Web application
    • None

      Should allow for multi file upload, here is an example piece of code that can do this:

      <html><body>
      <form action='upload.php' method='post' enctype='multipart/form-data'>
      <input name='uploads[]' type=file multiple>
      <input type='submit'>
      </form>

      <pre>
      <?php
      if (isset($_FILES))

      { $str = var_export($_FILES, true); echo htmlspecialchars($str); }

      ?>
      </pre>
      </body></html>

              Unassigned Unassigned
              kooper Rob Kooper
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: