FilamentF
Filament5mo ago
frame

v4 Rich editor images are stored as blobs in database

What am I missing if images I drag and drop into a rich editor are stored as blobs alongside other content in the database column, and not uploaded to storage as image files? 🤔
"content": [{"type": "image", "attrs": {"id": null, "alt": null, "src": "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD...etc

I used this setup except public instead of private https://filamentphp.com/docs/4.x/forms/rich-editor#uploading-images-to-the-editor
Was this page helpful?