Fix : HtmlInputTest loop in js in not incremented
This commit is contained in:
parent
ae400a6bea
commit
410ba91998
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue