Upload flow in which the browser fetches upload parameters (derived from server-only credentials) from the application, then uploads the file body directly to a service like S3 without passing through the app server. Only the resulting JSON metadata is submitted with the form. Reduces application server load and typically improves UX/performance vs. a simple app-hosted endpoint. Uppy ships a plug-in that implements the client side.