mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-25 03:08:34 +00:00
- Make XHR responses available on the file object:
```js
file.response === {
status, // HTTP status code
data, // response data (always available)
error?, // if status is not 2xx
uploadURL? // if response has an URL at which the file is now available
}
```
...
|
||
|---|---|---|
| .. | ||
| core | ||
| locales | ||
| plugins | ||
| react | ||
| scss | ||
| store | ||
| vendor/file-type | ||
| index.js | ||