fossasia / eventyay-tickets

https://tickets-dev.eventyay.com
Apache License 2.0
1.51k stars 37 forks source link

remove hardcoded file size limits #73

Open Shivangi-ch opened 3 months ago

Shivangi-ch commented 3 months ago

Currently the max size limits for files uploads are hardcoded in different places throughout the code. For example - here and here - the max size is hardcoded.

Instead of this a better approach is to add the size limits in configuration.

@mariobehling I would like to make a PR for this!