$_FILES is a superglobal variable in PHP. It consists of 5 variable: $_FILES[‘file’][‘tmp_name’] – the uploaded file in the temporary directory on t
Hi everyone in this blog I’m explaining about upload file using ajax.Description:In this post, we will look into file upload using JQuery plug-in. Aja