dasundev / livewire-dropzone

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

Error when uploading more than 4 files at a time #25

Closed kontramundo closed 5 months ago

kontramundo commented 5 months ago

if I want to load more than 4 files simultaneously it gives me this error:

VM9528:1 Uncaught SyntaxError: Unexpected token '<', "
"... is not valid JSON at JSON.parse () at XMLHttpRequest. (livewire.js?id=5d8beb2e:566:62)

dasundev commented 5 months ago

I've checked with more than 10 files at once. It seems to work. No errors in the browser console.

kontramundo commented 5 months ago

Hello, I already managed to solve it, it was just an issue with the post_max_size. Just increase it. Thank you