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

Warn user when upload file size exceeds limit #1347

Closed
I-Valchev opened this issue May 1, 2020 · 0 comments · Fixed by #1404
Closed

Warn user when upload file size exceeds limit #1347

I-Valchev opened this issue May 1, 2020 · 0 comments · Fixed by #1404
Milestone

Comments

@I-Valchev
Copy link
Member

OK currently if the file size is above the min of php.ini's upload_max_filesize, post_max_size or the fileUploader rule in Bolt, the server rejects it, but there is no adequate feedback on the frontend.

What should happen instead is to limit the max file size on the frontend as well, so that the user has some sort of feedback that they are trying to do something that Bolt is not allowed to do with the present configs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant