New topic Closed topic
avatar image
1
Multiple files to table
By Created , last editted

Hi, 


I want to make a upload option like this:

<form action="/testverwerken" method="POST">
  Select images: <input type="file" name="img[]" multiple>
  <input type="submit">
</form>


In a loop action I need to write the files to a table. I want to extract both the filename and the file. Does someone have a clue how to do this?


Corné


Hi, 


I want to make a upload option like this:

<form action="/testverwerken" method="POST">
  Select images: <input type="file" name="img[]" multiple>
  <input type="submit">
</form>


In a loop action I need to write the files to a table. I want to extract both the filename and the file. Does someone have a clue how to do this?


Corné

  • Avatar image
    If you want to upload multiple files to Betty Blocks you should use an external plugin like Dropzone. It is not possible to fetch multiple files in an action in the way you described.
    By
  • Login to reply
Answers
Sort by:

This topic is closed.