tag

home / developersection / tag

File Upload in PHP
php 07-Jun-2016
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
ajax 02-Mar-2015
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