How to configure livewire upload with dropzone?

How to configure livewire upload with dropzone?

Hi,
From Dropzone you probably will not be able to upload directly to Livewire, you would need to create a separate controller for upload. Another issue with the Dropzone is that you have to wrap it with wire:ignore and reinitialize in case of removing and adding again.

After some time of using Dropzone I had to switch to Livewire upload as it seems to be more or less acceptable to use now.