Upload files via your form
Uploading files with a HTML form that uses FormBackend is really simple. The first thing you need to do, is to make sure the <form ..>
tag
has a enctype="multipart/form-data"
attribute in it. That instructs the browsers that files will be submitted via the form.