Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion articles/components/upload/file-handling.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The following built-in implementations of [classname]`UploadHandler` are availab
- [classname]`TemporaryFileUploadHandler`, stores uploaded files to temporary files, typically using the system's temporary directory. This handler is useful when dealing with large files or when memory usage needs to be minimized.

These are described in the sub-sections that follow.
All of the build-in implementations extend [classname]`TransferProgressAwareHandler` and support <<add-progress-listener, adding progress listeners>>.
All of the build-in implementations extend [classname]`TransferProgressAwareHandler` and support <<#upload-progress-tracking, upload progress tracking>>.

[NOTE]
The [classname]`Receiver` had implementations for single and multiple file upload.
Expand Down