How to upload multiple files using PHP, jquery and ajax? The most common method to upload multiple files was using FORM/POST and it is done by Php. Php script can be used with HTML form to do the file upload. With Php file upload we can both single files and multiple files at a time. […]