You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: