dasundev / livewire-dropzone

A Livewire Dropzone component for simple drag-and-drop file uploads.
https://dasun.dev/docs/livewire-dropzone
MIT License
159 stars 15 forks source link

Error with S3 Direct Upload: Handling Multiple File Uploads (S3 temporary file upload driver only supports single file uploads) #48

Open nunowar opened 1 month ago

nunowar commented 1 month ago

When attempting to upload multiple files using the S3 direct upload feature, an error is returned:

S3 temporary file upload driver only supports single file uploads. Please remove the [multiple] HTML attribute from your input tag.

Are there any workarounds to enable multiple file uploads while using the S3 direct upload feature?

dasundev commented 1 month ago

I've never tried to upload files to S3 using the Dropzone component, but thanks for reporting this issue. it looks like S3 does not support this at the moment.

Please check out this discussion: https://github.com/livewire/livewire/discussions/4569