sita-samoa / sita-membership

VILT (Vue.js, Inertia.js, Laravel, Tailwind CSS) repo for SITA Membership Database
MIT License
5 stars 22 forks source link

Feat/Add client side file upload limit validation #274

Closed ainsofs closed 4 months ago

ainsofs commented 4 months ago

Description Summary

Description

Related to #270 Improve UX by speeding up validation on the client side Added new .env variable to set the upload size (but requires updates to nginx and php.ini before Laravel can do validations) The default upload limit is 5 which is used for testing the limit

How has this been tested?

Upload limit test added

Types of changes

Checklist

ainsofs commented 4 months ago

Pls rebase and merge