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

memorial scholarship has limit of 9M for file upload #589

Open
louking opened this issue Apr 5, 2024 · 0 comments
Open

memorial scholarship has limit of 9M for file upload #589

louking opened this issue Apr 5, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@louking
Copy link
Owner

louking commented Apr 5, 2024

this is problematic for some videos

need to determine why limit was initially set as such

if (file.size > 9 * 1024 * 1024) {
showError("Each file must be less than 9 MB. " + file.name + " exceeds limit");
return;

@louking louking added the bug Something isn't working label Apr 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Backlog
Development

No branches or pull requests

1 participant