© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
5 replies
ericmp #2

RichEditor - how to limit uploaded images max size?

https://filamentphp.com/docs/2.x/forms/fields#rich-editor

a user uploaded several images inside the rich editor. 5000 x 5000 images lol.

ive been looking into the docs how to limit uploaded images max size, but im not finding how to. also tried to dig in the RichEditor's methods
RichEditor::make('rich_text')
  ->required()
  // ->max ??
  // ->maxLength( ??
RichEditor::make('rich_text')
  ->required()
  // ->max ??
  // ->maxLength( ??
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

How to validate max size images individually?
FilamentFFilament / ❓┊help
3y ago
richeditor max height
FilamentFFilament / ❓┊help
3y ago
Disable RichEditor images
FilamentFFilament / ❓┊help
5mo ago
Add styles to RichEditor images
FilamentFFilament / ❓┊help
2y ago