My questions are, what is the coding for upload button and where the data would save, how can i access/see the data/values which im giving or uploading??
im giving this coding:
<form action="upload_ file.php" method="post" enctype="multip art/form-data">
<input type="file" name="photo_add ">
<input type="submit" name="submit" value="ADD">
</form>
im giving this coding:
<form action="upload_ file.php" method="post" enctype="multip art/form-data">
<input type="file" name="photo_add ">
<input type="submit" name="submit" value="ADD">
</form>
Comment