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

'hasOwnProperty' in javascript -

python - ValueError: No axis named 1 for object type <class 'pandas.core.series.Series'> -

java - How to provide dependency injections in Eclipse RCP 3.x? -