Я делаю много входных файлов (массив), но у меня одно и то же начальное слово:
<input type file="file0"/>
<input type file="file1"/>
Я хочу, чтобы у всех них было одинаковое действие
this.$upload.reset('fileX', {
url: 'documentations/upload'
});
Я пытался
this.$upload.reset('file*'
this.$upload.reset('file{*}'
this.$upload.reset('file${*}'