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.45k stars 655 forks source link

File Upload Validation Error for Files Over 100MB #2910

Open vardgeskeshishian opened 1 month ago

vardgeskeshishian commented 1 month ago

Problem/task description:

I encountered an issue when trying to upload files larger than 100MB using Laravel Orchid. The application throws a validation error, preventing the upload from completing.

Validation error File upload error

I have checked the php.ini settings and confirmed that the upload_max_filesize and post_max_size values are set higher than 100MB. It appears that the limitation is imposed by the Laravel validation rules.

tabuna commented 1 month ago

This message appears whenever a file upload request fails. Could you please check the full HTTP response and attach the relevant logs?