covidwatchorg / portal

Covid Watch Portal web app for diagnosis verification
Apache License 2.0
8 stars 3 forks source link

Profile Picture Upload Fixes #395

Closed leon-i closed 4 years ago

leon-i commented 4 years ago

Resolves #365

Added loading spinner during upload and used a compression library to ensure we don't have any errors uploading files smaller then 10MB. The best ratio for the compression options I found was 0.6 max MB with max height/width set to 900. Feel free to test out more, but going over that usually lead to problems with some larger files.