We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tus-js-client is already pulled in by uppy.js
Note that we're handling query parameters sent by Uppy
Update for Uppy 0.28.0
Tweak Rails examples
Add sample code for how to mount "/files" endpoint for `Tus::Server` in Rails
Add sample code for how to mount upload endpoints in a Rails app
Add sample code for how to mount presign endpoints in a Rails app
Update resumable walkthrough for Uppy 0.27.5
Update direct app walkthrough for Uppy 0.27.5
Update direct S3 walkthrough for Uppy 0.27.5
Properly encode filename in presign request
Note the difference in fetching object key for PUT presigns
Don't use :success_action_status
Tweak checksums documentation
Use POST presigns
Undo previous change
Put related sentences in the same paragraph
Update XML code block to be highlighted as XML
Update CORS config to the one Uppy recommends
Make S3 multipart note less verbose
Move Knock link to the bottom
Add note about Knock authentication
Link to uppy-s3_multipart gem
Add link to AwsS3Multipart plugin
Add note about the uppy-s3_multipart gem
Updated Home (markdown)
Updated Additional Guides (markdown)
Explain the direct upload flow
Clarify that guide is applicable to Rails & ActiveRecord and mention where tus-ruby-server configuration should be put