Basic Example

This example demonstrates a basic implementation of an observable file upload by utilizing a file input field and an action. Although the client implementation is straightforward, the example streams the upload progress to the client via SSE and displays it as a progress bar.

max. 100 MB (configurable via maxPartSize)

Although the uploaded files are deleted after some time, please refrain from uploading any sensitive files here.