mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-25 11:14:05 +00:00
Fix link
This commit is contained in:
parent
7501dd921e
commit
506c77c229
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ This global metadata is added to each file in Uppy. It can be modified with two
|
|||
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/tus/) plugins.
|
||||
Metadata from each file is then attached to uploads in [Tus](/docs/tus/) and [XHRUpload](/docs/xhrupload/) plugins.
|
||||
|
||||
Metadata can also be added from a `<form>` element on your page via [Form](/docs/form/)plugin or via UI if you are using Dashboard with [`metaFields`](/docs/dashboard/#metaFields) option.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue