platform
platform copied to clipboard
Can't upload image from smartphone
https://github.com/user-attachments/assets/65240f7a-739b-407b-94b5-7c93d9a846ec
To Reproduce Steps to reproduce the behavior:
- Add Upload field
- Use chrome (android)
Now the drag-and-drop function should not block the file upload:
Attach::make('...')
->multiple()
->title('Photos')
->acceptedFiles('image/*'),