F
Filament4mo ago
kriss

Error when uploading an image from Dalle with ->image()

Hi, I have an issue when uploading this specific photo (FileUpload::make('image')->image()) regardless of the ext (webp/jpg/png). I haven't found issues with other photos, the error is that it should be "image/*"
No description
No description
No description
1 Reply
Melchior
Melchior4mo ago
I often encounter this as well, I have yet to find the actual issue but I usually use the acceptedFileTypes method with concrete values like png ,jpg,jpeg