jouni.i
widget issue what that is mean ?
some got same issue
https://github.com/filamentphp/filament/discussions/9322
3 replies
FileUpload bug - Some files a are missing after uploaded.
->action(function (array $data, $record) {
Notification::make()
->title(__('The images are being transformed, soon you will be able to see them'))
->info()
->send();
foreach ($data['images'] as $fileName){
ImageService::handleImageUpload($fileName, $record);
}
print me dd($data) before notification
print me dd($data) before notification
80 replies