Fix : HtmlInputTest loop in js in not incremented

This commit is contained in:
sparkyx 2025-07-01 09:36:03 +02:00
parent ae400a6bea
commit 410ba91998

View file

@ -133,7 +133,7 @@ $http=new HttpInput();
console.debug("afile");
console.debug(aFile);
var info=document.getElementById("file-info");
for (var i = 0;i < aFile.length;i) {
for (var i = 0;i < aFile.length;i++) {
if ( aFile[i].getAttribute("type")==="file" ) {
console.debug("file"aFile[i].files[0].size);