We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c592a41 commit 7678c80Copy full SHA for 7678c80
demo/simple-post.html
@@ -61,7 +61,7 @@ <h1>Ajax Post 上传</h1>
61
62
// 上传文件
63
var uploadFile = function (file, callback) {
64
- var Key = 'dir/' + file.name; // 这里指定目录
+ var Key = 'dir/' + file.name; // 这里指定上传路径
65
66
getAuthorization({Method: 'POST', Key: ''}, function (err, auth) {
67
var fd = new FormData();
0 commit comments