prestation/Vue/Image/index.php
2025-12-05 10:42:46 +00:00

18 lines
618 B
PHP
Executable File

<?php
?>
<script type="text/javascript">
</script>
<form enctype="multipart/form-data" action="Image" method="post">
<div class="col-12">
<label for="fichier_a_uploader" title="Recherchez une photo!"></label>
<input type="hidden" name="MAX_FILE_SIZE" value="100000" />
<input style="font-size: 15px; height: 40px" class="form-control btn btn-primary" name="fichier_image_a_uploader" type="file" id="fichier_image_a_uploader" />
<br>
<input style="font-size: 15px; height: 30px" class="form-control btn btn-primary" type="submit" name="submit" value="Mettre à jour" />
</div>
</form>