javascript - Jquery display "yes" when a file has been uploaded from an input -


i display in "yes" id if file loaded input type file (warning when file selected automatically saved without clicking send)

my input

<div class="customizationuploadbrowseimg">     <input type="file" name="file{$field.id_customization_field}" id="img{$customizationfield}"      class="file_upload form-control customization_block_input {if isset($pictures.$key)}filled{/if}"/> </div> 

the id or message must appear

<li>     <strong>- couverture personnalisée :</strong> <span id="is_covert_show"></span> </li> 

thanks


Comments

Popular posts from this blog

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -