I have a input file
that receives several files, but I only managed to get the size of the first one. I would like to know how to take the size of all and add in a variable;
var sizeTotal = $("#inputfileSendTorrent")[0].files[0].size;
<input type="file" multiple name="inputfileSendTorrent[]" id="inputfileSendTorrent">