func mime/multipart.FileContentDisposition

2 uses

	mime/multipart (current package)
		writer.go#L138: 	h.Set("Content-Disposition", FileContentDisposition(fieldname, filename))
		writer.go#L154: func FileContentDisposition(fieldname, filename string) string {