Parcourir et afficher une image

Fermé
lelfa - 8 avril 2014 à 16:59
Bonjour,
Tout d'abord je suis débutante sinon nulle en programmation il j'ai cependant pour mon projet d'ISN un site a crée et il me faudrait pouvoir avoir un bouton "parcourir" puis une fois avoir selectionner l'image souhaitee l'affichee sur la meme page j'ai pour le moment ce code :
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

<script type="text/javascript">
function drop()
</script>

<style type="text/css">
</style>
</head>

<body>

<?php
?>

<div>
<form>
<input type="file" multiple="multiple" id="fileinput" onchange="drop();"/>
<input type="submit" id="btnLoad" value="Load" />
</form>
</div>

<p id="nbfic"></p>
<p id="listefiles"></p>

<table id="tabs">
<tbody id="tabsfill">
</tbody>
</table>
</body>
</html>