mirror of
https://github.com/kataras/iris.git
synced 2025-03-13 22:36:24 +01:00
fmt
parent
f09b6f63dd
commit
833845c99a
3
Forms.md
3
Forms.md
|
@ -75,7 +75,8 @@ PostValues(name string) []string
|
|||
// FormFile returns the first uploaded file that received from the client.
|
||||
//
|
||||
// The default form's memory maximum size is 32MB, it can be changed by the
|
||||
// `iris.WithPostMaxMemory` configurator at main configuration passed on `app.Run`'s second argument.
|
||||
// `iris.WithPostMaxMemory` configurator at
|
||||
// main configuration passed on `app.Run`'s second argument.
|
||||
FormFile(key string) (multipart.File, *multipart.FileHeader, error)
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user