F
Filament9mo ago
EMMAN

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(),
4 Replies
EMMAN
EMMANOP9mo ago
up
awcodes
awcodes9mo ago
Currently there is a feature freeze on v3 as we get ready for v4. If you’d like to request this for v4 then please open a discussion on the filament github repo and tag it as such.
BKF Dev
BKF Dev8mo ago
+1
Dennis Koch
Dennis Koch8mo ago
Yeah, Discord is not the right place for feature requests.

Did you find this page helpful?