fuseumass / dashboard

Dashboard makes it easy to manage a hackathon.
https://platform.hackumass.com
Apache License 2.0
43 stars 24 forks source link

Restrict file limit size when uploading resume. #308

Closed ntdkhiem closed 1 year ago

ntdkhiem commented 1 year ago

Application will slow down or crash if the file size is greater than 1mb.

Potential Solution:

ntdkhiem commented 1 year ago

The dashboard already has set a size limit of under 2MB for resume already. Considering labeling and validating that during the registration process

ntdkhiem commented 1 year ago

If the file size is over 2MB or file type is not .pdf, the dashboard automatically rejects the submission without displaying any error message.

ntdkhiem commented 1 year ago

Btw, I can't replicate the server crashing here so I'll remove the high priority tag to focus on other tasks.