Links

File Upload

This recipe will help you to setup a basic file upload action in your application.
First you need an amber project generated with Amber CLI or from scratch.
Then in your routes file:
You still require a form to upload your file, see views. Also see request and response.
Example slang file:
Special thanks to Kemal Cookbook and Nocturne Project.