Amber Framework
Website
Blog
Github
Discord
Search
⌃K
Links
Introduction
Getting Started
Guides
Deployment
CLI
Examples
Cookbook
From Scratch
Hello World
CORS
File Download
File Upload
Cookies
Authenticate
JSON API
JSON Mapping
WebSocket Chat
Troubleshooting
In Production
Contributing
Code of Conduct
HAVE A QUESTION?
Join the Discord
Ask on StackOverflow
Follow on Twitter
Submit an issue
Powered By
GitBook
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
.
Previous
File Download
Next
Cookies
Last modified
18d ago