Replies: 2 comments
-
I wonder, why isn't this developed yet, |
Beta Was this translation helpful? Give feedback.
0 replies
-
HI @crgAdrian Is this customization available or in some plugin? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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(),
Beta Was this translation helpful? Give feedback.
All reactions