-
I managed to upload images (with MEDIA LIBRARY PRO). But when i use It seems $act is not well set in blade, but surprisingly, in the same blade, the upload code, that olso uses $act, works fine: `
} act-form.blade.php:
Help is highly regarded. I use "livewire/livewire": "^2.4" |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It was not working, because i used the instructions on "Handling uploads with Livewire", while the media library was used inside a live, so the instructions on "Handling uploads with Livewire" should have been used. When instructions on "Handling uploads with Livewire" and "Administer the contents of a media library collection" are used, database is updated fine, but media library show no media to administer.... |
Beta Was this translation helpful? Give feedback.
It was not working, because i used the instructions on "Handling uploads with Livewire", while the media library was used inside a live, so the instructions on "Handling uploads with Livewire" should have been used.
When instructions on "Handling uploads with Livewire" and "Administer the contents of a media library collection" are used, database is updated fine, but media library show no media to administer....