Skip to content

Commit

Permalink
fix: Upload order issue
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieJ committed Aug 29, 2020
1 parent bb07467 commit a13e3b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/AjaxUploader.jsx
Expand Up @@ -178,8 +178,9 @@ class AjaxUploader extends Component {
props.onError(err, ret, file);
},
};
this.reqs[uid] = request(requestOption);

onStart(file);
this.reqs[uid] = request(requestOption);
});
});
}
Expand Down

0 comments on commit a13e3b7

Please sign in to comment.