Hi, have tried to use the multi file plugin (http://www.fyneworks.com/ jquery/multiple-file-upload) on a fields dinamically generated by jquery...but don't work...have a solution?
var new_files_input = $('#files' + num).clone().attr('id', 'files' + newNum).attr('name', 'files' + newNum); new_files_input.MultiFile(); PS:the code is on my own function outside the onload of jquery, first have tried to attach to jquery onclick event but have the same result...