Target
Filament v3 Custom (AI and OCR) Processing Upload form Component - Worker Processing State Issue
The Problem was that i used live() method in my form for my custom Upload form. With live(), as soon as a file was selected through Browse files, it immediately triggered a Livewire update and started processing - completely bypassing my upload button. I don't know if i misunderstood in documentation what it does or is it a bug. Now everything is working fine.
5 replies