Multer Upload Example

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

Clear

all uploads

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