mime/multipart.Form.File (field)
11 uses
mime/multipart (current package)
formdata.go#L69: for _, fhs := range form.File {
formdata.go#L211: form.File[name] = append(form.File[name], fh)
formdata.go#L236: File map[string][]*FileHeader
formdata.go#L242: for _, fhs := range f.File {
net/http
clone.go#L42: if f.File != nil {
clone.go#L44: for k, vv := range f.File {
clone.go#L51: f2.File = m
request.go#L468: File: make(map[string][]*multipart.FileHeader),
request.go#L1406: if r.MultipartForm != nil && r.MultipartForm.File != nil {
request.go#L1407: if fhs := r.MultipartForm.File[key]; len(fhs) > 0 {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |