Import initial du projet Production
This commit is contained in:
18
Vue/Image/index.php
Executable file
18
Vue/Image/index.php
Executable file
@@ -0,0 +1,18 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user