package multipart import "os" type MultipartFile struct { ParamName string FileName string FileSize int64 File *os.File }