Code
<aside>
<html> <body> <form method="post" enctype="multipart/form-data"> {% csrf_token %} <input type="file" multiple name="image"> <button type="submet">upload</button> </form> </body> </html>
</aside>