Correct example code
This commit is contained in:
parent
7e6a4869e9
commit
e966025171
1 changed files with 1 additions and 1 deletions
|
|
@ -287,7 +287,7 @@ function upload(e) {
|
|||
|
||||
var data = new FormData()
|
||||
for (var i = 0; i < files.length; i++) {
|
||||
data.append("file" + i, file)
|
||||
data.append("file" + i, files[i])
|
||||
}
|
||||
|
||||
m.request({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue