payloadcms / payload

The best way to build a modern backend + admin UI. No black magic, all TypeScript, and fully open-source, Payload is both an app framework and a headless CMS.
https://payloadcms.com
MIT License
20.99k stars 1.26k forks source link

feat: ability to add custom upload component #6927

Closed JarrodMFlesch closed 3 days ago

JarrodMFlesch commented 3 days ago

Description

Adds the ability to create a custom Upload component. This is useful if you would like to extend the Upload section of upload enabled collections.

Here is a simple example, rendering server and client components while also re-using the Payload provided Upload component.

CleanShot 2024-06-25 at 5  02 07

Type of change

Checklist: