Tag Archives: file upload using php

File Uploading-using PHP

Below code will do the fileuploading.

we have to add the below function into the fileupload.php bool move_uploaded_file ( string $filename , string $destination ); Fileupload.php

if you want store other information related to that particular file just use the following supergloabal array $_FILES[‘file’][‘tmp_name’]- the uploaded file in the temporary directory on theā€¦ Read More »