zorchenhimer / MoviePolls

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

Added file upload, fixes #10 #17

Closed CptPie closed 4 years ago

CptPie commented 4 years ago

Added file upload functionality Had to change form encoding to "multipart/form-data", which required some changes in server.go Also required the file upload dialog to use image files (via mime type) - might not work on older browsers.