fileupload hang when I drop new image
I have a very simple component on a page:
Forms\Components\FileUpload::make('logo')
->directory('logos')
->columnSpanFull(),
when is empty and I use drag & drop there is no problem, the file wwas uploaded corectly.
If during editing I'm dropping a different image for replacing the first one, filament hang.
The save button is always reporting "Upload File" but it hang there.
There is something wrong in this very simple code?4 Replies
IIRC this is known bug
I tried using the SpatieMediaLibrary and there is the same bug.
Do you know about any workaround?
The work around is don't drop image before removing the previous image haha.. actually I don't know
Believe me or not... I guessed the same. π