andy
answered Jul 5 '21 00:00
you can need to use plugin instead of input type=file
like
1. fileuploader
$('input[name="files"]').fileuploader({
limit: 20,
maxSize: 50,
});
you can change the button text to suitable name by custom javascript or template change