From 07c622a0febfc2ef0fb2bb19e55766ca13cd3ece Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Tue, 3 Jun 2014 19:16:34 +0200 Subject: Add a simple multipart upload example --- examples/upload/src/upload.app.src | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 examples/upload/src/upload.app.src (limited to 'examples/upload/src/upload.app.src') diff --git a/examples/upload/src/upload.app.src b/examples/upload/src/upload.app.src new file mode 100644 index 0000000..2325935 --- /dev/null +++ b/examples/upload/src/upload.app.src @@ -0,0 +1,15 @@ +%% Feel free to use, reuse and abuse the code in this file. + +{application, upload, [ + {description, "Cowboy multipart upload example."}, + {vsn, "1"}, + {modules, []}, + {registered, [upload_sup]}, + {applications, [ + kernel, + stdlib, + cowboy + ]}, + {mod, {upload_app, []}}, + {env, []} +]}. -- cgit v1.2.3