orchidsoftware / platform

Orchid is a @laravel package that allows for rapid application development of back-office applications, admin/user panels, and dashboards.
https://orchid.software
MIT License
4.44k stars 650 forks source link

Can't upload image from smartphone #2867

Open grigoriy-ivanov opened 3 months ago

grigoriy-ivanov commented 3 months ago

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)
tabuna commented 2 months ago

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

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