Shin
0
Q:

multiple file select to upload in jquery

// wait for document to load
$(function(){
  
  // use a different language
  // $file prints the file name
  // $ext prints the file extension

  // invoke plugin
  $('#EmPortugues').MultiFile({ 
    max: 6, 
    accept: 'gif|jpg|png'
    STRING: { 
      remove:'Remover', 
      selected:'Selecionado: $file', 
      denied:'Invalido arquivo de tipo $ext!' 
    } 
  });

});
0

New to Communities?

Join the community