(key string)
| 16 | ) |
| 17 | |
| 18 | func (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 |
no outgoing calls