Javascript upload files with AJAX Categories: Code Javascript Web development Tags: Javascript JQuery upload PHP The objective is to save form data with file inputs and AJAX. Step 1: process files before the rest of data, save them to disk and database. Step 2: process the rest of field inputs, validate and the save them all. HTML <div id="wrapper"> Read more about Javascript upload files with AJAX