
today we gonne a see how to upload file in PHP
First
Html File :
<form action="upload.php" method="post" enctype="multipart/form-data"> //enctype is important
<input type="file" name="file" value="choose File" >/*you can limit selectable by specify extension like : ...