You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
365 B
11 lines
365 B
<div class="row">
|
|
<div class="upload-btn-wrapper">
|
|
<button class="btn">Télécharger un fichier</button>
|
|
<input type="file" id="upload" name="workshop_banner_upload" />
|
|
</div>
|
|
<!-- <form id="form_banner"> -->
|
|
<div id="container-image"></div>
|
|
|
|
<input type="hidden" id="imagebase64" name="workshop_banner">
|
|
<!-- </form> -->
|
|
</div>
|
|
|