0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-15 04:30:25 +00:00

Add a simple multipart upload example

This commit is contained in:
Loïc Hoguin 2014-06-03 19:16:34 +02:00
parent 5d1d9af6cd
commit 07c622a0fe
9 changed files with 129 additions and 1 deletions

View file

@ -46,7 +46,10 @@ Cowboy examples
* [static_world](./static_world):
static file handler
* [web_sever](./web_server):
* [upload](./upload):
multipart/form-data upload
* [web_server](./web_server):
serves files with lists directory entries
* [websocket](./websocket):