Whether you're building a blog, image gallery, dashboard, file host, etc.. chances are you'll be needing a way to upload files via your web application. In this tutorial we'll be looking at how to build a file uploader that uses AJAX. It will consist of a simple HTML + JavaScript front end to allow the user to select multiple files at once and a NodeJS backend to handle the file upload sent via th