platform icon indicating copy to clipboard operation
platform copied to clipboard

Can't upload image from smartphone

Open grigoriy-ivanov opened this issue 1 year ago • 1 comments

https://github.com/user-attachments/assets/65240f7a-739b-407b-94b5-7c93d9a846ec

To Reproduce Steps to reproduce the behavior:

  1. Add Upload field
  2. Use chrome (android)

grigoriy-ivanov avatar Jul 26 '24 08:07 grigoriy-ivanov

Now the drag-and-drop function should not block the file upload:

Attach::make('...')
    ->multiple()
    ->title('Photos')
    ->acceptedFiles('image/*'),

tabuna avatar Aug 29 '24 23:08 tabuna