mime/multipart.Form.File (field)
12 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 {
github.com/oapi-codegen/runtime
bindform.go#L32: return BindForm(ptr, form.Value, form.File, nil)
net/http
clone.go#L70: if f.File != nil {
clone.go#L72: for k, vv := range f.File {
clone.go#L79: f2.File = m
request.go#L499: File: make(map[string][]*multipart.FileHeader),
request.go#L1465: if r.MultipartForm != nil && r.MultipartForm.File != nil {
request.go#L1466: if fhs := r.MultipartForm.File[key]; len(fhs) > 0 {
![]() |
The pages are generated with Golds v0.7.6. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |