add medias to discussion

This commit is contained in:
osaajani 2021-03-22 02:08:59 +01:00
parent 3fff7e0abd
commit 0f6bf9ccde
4 changed files with 75 additions and 2 deletions

View file

@ -42,6 +42,7 @@
<?php if ($response_phone ) { ?>
<input type="hidden" name="id_phone" value="<?php $this->s($response_phone['id']); ?>" />
<?php } ?>
<input name="medias[]" type="file" multiple />
<button class="btn" ><span class="fa fa-fw fa-send-o"></span> Envoyer</button>
</form>
</div>