Here\'s how I get images
f, uploadedFile, err := c.Request.FormFile("file")
I Decode the file into a image struct
sr