Add filepond captureMethod for FileUpload via Camera

Feature Description
I propose the addition of a new option captureMethod to the FileUpload component within FilePond. This feature would allow developers to specify how the file input should capture the data, particularly useful for mobile devices where the user can choose to take a picture or video directly or select existing files. The primary aim is to enhance user experience and provide flexibility for developers to tailor file input behavior according to the application's needs.

Forms\Components\FileUpload::make('image')->image()->captureMethod(['camera'])->required(),
Was this page helpful?