MCPcopy Create free account
hub / github.com/BryanMwangi/pine / FormFile

Method FormFile

file.go:18–20  ·  view source on GitHub ↗
(key string)

Source from the content-addressed store, hash-verified

16)
17
18func (c *Ctx) FormFile(key string) (multipart.File, *multipart.FileHeader, error) {
19 return c.Request.FormFile(key)
20}
21
22// SaveFile saves the file to the specified path or the default upload path
23// if no path is specified

Callers 3

TestSaveFileFunction · 0.95
mainFunction · 0.80

Calls

no outgoing calls

Tested by 2

TestSaveFileFunction · 0.76