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