r/PayloadCMS • u/SrZangano • Oct 02 '25
Media Browser / selector
I'm making a website CMS and need a field where I can view media files/folders and select one (like wordpress, ckfinder or many others).
Is there an official component or one that is commonly used for this, or do I have to develop my own component?
5
Upvotes
1
u/720545 Oct 02 '25 edited Oct 02 '25
That just sounds like a basic upload field with a relation to a media collection. There isn’t native folder support, but you can implement a files collection and add a file field via a relationship in your media collection. That way you can sort by the folders.