I\'m following this guys Martin Lasek Tutorials and now i\'m at \"image upload\".
It seems that no one has the answer to the question \"How do you upload images i Vapor 3\"
In order for req.content.decode(Question.self) to work, your model have to conforms to the Content protocol which is Vapor encapsulation of Codable + other encoding/decoding stuff.