mirror of
https://github.com/apache/cordova-plugin-file-transfer.git
synced 2026-04-28 00:02:49 +08:00
update array
This commit is contained in:
@@ -49,7 +49,7 @@ module.exports = {
|
||||
upload: function(successCallback, errorCallback, args) {
|
||||
var filePath = args[0],
|
||||
server = args[1],
|
||||
fileKey = args[9],
|
||||
fileKey = args[2],
|
||||
fileName = args[3],
|
||||
mimeType = args[4],
|
||||
params = args[5],
|
||||
|
||||
Reference in New Issue
Block a user