File Upload in PHP
File Upload in PHP

$_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

File Upload Using Ajax
File Upload Using Ajax

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