Browse Source

Added a note about XHR Response Handling

Artur Paikin 7 years ago
parent
commit
d8e93cbb28
1 changed files with 1 additions and 1 deletions
  1. 1 1
      website/src/_posts/2018-02-0.24.md

+ 1 - 1
website/src/_posts/2018-02-0.24.md

@@ -49,7 +49,7 @@ We’ve also added a handy “cancel” button, which should cancel everything i
 
 ## XHR Response Handling
 
-
+When the upload completes (regardless of whether it succeeded), a `response` key gets added to the file. `file.response` contains a `status` and `data` properties. `data` is the result of `getResponseData()`.
 
 ## Powered by Uppy