Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File Upload Validation Error for Files Over 100MB #2910

Open
vardgeskeshishian opened this issue Oct 22, 2024 · 1 comment
Open

File Upload Validation Error for Files Over 100MB #2910

vardgeskeshishian opened this issue Oct 22, 2024 · 1 comment
Assignees
Labels
Docs Must be added to documentation

Comments

@vardgeskeshishian
Copy link

vardgeskeshishian commented Oct 22, 2024

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.

@vardgeskeshishian vardgeskeshishian added the Docs Must be added to documentation label Oct 22, 2024
@tabuna
Copy link
Member

tabuna commented Oct 25, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Docs Must be added to documentation
Development

No branches or pull requests

2 participants