Level 73
Of course there is. You just add the multiple attribute to your file input.
<input type="file" name="files" multiple>
Then depending on how you submit it, you add the files selected to your payload.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Is there an option to upload multiple files in inertia / react
Please or to participate in this conversation.