How to handle/get data for multipart/form-data requests

Unfortunately, there's no easy solution to parse incoming multipart data in Webdev - you basically have to do it yourself: