mirror of
https://github.com/labstack/echo.git
synced 2025-01-10 00:28:23 +02:00
fbf37ec2f4
Signed-off-by: Vishal Rana <vr@labstack.com>
29 lines
429 B
Markdown
29 lines
429 B
Markdown
---
|
|
title: Streaming File Upload
|
|
menu:
|
|
side:
|
|
parent: recipes
|
|
weight: 8
|
|
---
|
|
|
|
- Streaming multipart/form-data file upload
|
|
- Multiple form fields and files
|
|
|
|
### Server
|
|
|
|
`main.go`
|
|
|
|
{{< embed "streaming-file-upload/main.go" >}}
|
|
|
|
### Client
|
|
|
|
`index.html`
|
|
|
|
{{< embed "streaming-file-upload/public/index.html" >}}
|
|
|
|
### Maintainers
|
|
|
|
- [vishr](https://github.com/vishr)
|
|
|
|
### [Source Code]({{< source "streaming-file-upload" >}})
|