Skip to content

Commit

Permalink
Update README.md (#2985)
Browse files Browse the repository at this point in the history
  • Loading branch information
chipmunktail authored Dec 11, 2021
1 parent 3973c77 commit e56d18f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ func main() {
router.MaxMultipartMemory = 8 << 20 // 8 MiB
router.POST("/upload", func(c *gin.Context) {
// single file
file, _ := c.FormFile("file")
file, _ := c.FormFile("Filename")
log.Println(file.Filename)

// Upload the file to specific dst.
Expand Down

0 comments on commit e56d18f

Please sign in to comment.