Multer Upload Example

<%- include('partials/flash.ejs') %> <%- include('partials/upload-form.ejs') %>

Clear

all uploads

<% uploads.forEach( file => { %>
<%= file.title %>
<%= file.title || 'Untitled' %>
<% }) %>