Add Support for uploading image with FileUpload via Clipboard (Pasting copied image)

As I've noticed, the feature for FilePond's allowPaste is disabled on this generated vendor asset from Filament's. Is there a way we can enable this easily? Like pasting any image from the active Create Form page, Filament will automatically capture the paste event of an Image type and trigger the file upload? Vanilla FilePond supports uploading via pasting image, so I believe Filament Form's FileUpload could do it too. vendor/filament/forms/resources/js/components/file-upload.js
No description
1 Reply
Dennis Koch
Dennis Koch3mo ago
I think it’s disabled because you can have multiple file uploads. Maybe it would be an idea to add this option in a PR.