zorchenhimer / MoviePolls

Voting to decide on a movie to watch with MovieNight
https://discord.gg/F2VSgjJ
16 stars 6 forks source link

Don't allow large file uploads for posters #115

Closed zorchenhimer closed 2 years ago

zorchenhimer commented 3 years ago

The filesize for poster uploads is never validated. The filesize should be checked before beginning the upload and should return an error if it is too large.

Should also probably not write the file if there was an additional error on the add movie form.