mirror of
https://github.com/kataras/iris.git
synced 2025-12-18 10:27:06 +00:00
README.md: example change
Former-commit-id: 4a66a689f86e5cd93ec9001e5ca18b4f5d3923be
This commit is contained in:
@@ -34,7 +34,7 @@ func main() {
|
||||
app.Post("/upload", func(ctx iris.Context) {
|
||||
//
|
||||
// UploadFormFiles
|
||||
// uploads any number of incoming files (multiple property on the form input).
|
||||
// uploads any number of incoming files ("multiple" property on the form input).
|
||||
//
|
||||
|
||||
// second argument is totally optionally,
|
||||
|
||||
Reference in New Issue
Block a user