-
Notifications
You must be signed in to change notification settings - Fork 20
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
Show error message if image file is too big when placing update (estimate: 6) #2040
Comments
@nadiagorchakova Can you remind me if this issue is for the RSR website or for Up app? If this is for the web-site, this discussion seems relevant. But, the limit for the web-site has been made way higher, so this is no longer an issue. We could add a front-end check, but I think this is not all that important anymore. Thoughts? /cc @zzgvh |
@punchagan The issue is for RSR website. Right now RSR can handle images less than 3.5mb in size. However, as far as I know, partners with poor internet connection in project countries still face the issue. It takes too much time to load and the update page probably times out. |
Also add help text recommending images smaller than 2MB
- Also, add help text recommending images smaller than 2MB - Disable submit if a large file has been selected, until it is removed or replaced with a smaller file.
[#2040] Add a js check for image upload size. Great!
Currently, placing an update fails silently when the image attached is too big. We should add a nice error message for that.
The text was updated successfully, but these errors were encountered: