Please help me!
I have index.php where is the form
<form id="form" method="post" action="action.php" enctype="multipart/form-data" >
<input type="file" id="file" name="file" />
<input type="submit" value="submit" class="btn btn-success">
</form>
what should I write in action.php to display the uploaded picture?