mirror of
https://github.com/transloadit/uppy.git
synced 2026-01-23 02:25:07 +00:00
doc: Fix anchor
This commit is contained in:
parent
1ff895e171
commit
1c1bf2eff5
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ meta: {
|
|||
|
||||
This global metadata is added to each file in Uppy. It can be modified with two methods:
|
||||
|
||||
1. [`uppy.setMeta({ username: 'Peter' })`](/docs/uppy/#uppy-setmeta-data) — set or update meta for all files.
|
||||
1. [`uppy.setMeta({ username: 'Peter' })`](/docs/uppy/#uppy-setMeta-data) — set or update meta for all files.
|
||||
2. [`uppy.setFileMeta('myfileID', { resize: 1500 })`](/docs/uppy/#uppy-setFileMeta-fileID-data) — set or update meta for specific file.
|
||||
|
||||
Metadata from each file is then attached to uploads in [Tus](/docs/tus/) and [XHRUpload](/docs/xhrupload/) plugins.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue