Level 74
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.
Is there an option to upload multiple files in inertia / react
Please or to participate in this conversation.