Multer Upload Example
<%- include('partials/flash.ejs') %>
title
file
Clear
all uploads
<% uploads.forEach( file => { %>
<%= file.title || 'Untitled' %>
<% }) %>