From 8bec0a6c28f708f252ff0e49602acfc1c6b4f9e4 Mon Sep 17 00:00:00 2001 From: Dimo Dimov <961014+dimodi@users.noreply.github.com> Date: Tue, 17 Dec 2024 09:10:23 +0200 Subject: [PATCH] docs(upload): Enhance OnUpload information --- components/upload/events.md | 1 + 1 file changed, 1 insertion(+) diff --git a/components/upload/events.md b/components/upload/events.md index 6b909ea57d..867d98b4db 100644 --- a/components/upload/events.md +++ b/components/upload/events.md @@ -415,6 +415,7 @@ Use the `OnUpload` and [`OnRemove`](#onremove) event handlers to send additional * Authentication * [CSRF/XSRF cross-site antiforgery tokens]({%slug upload-kb-validateantiforgerytoken%}) +* New file name (also see section [Renaming a File](#renaming-a-file)) * Any metadata related to the app business logic To send cookies with the upload request, set the [`WithCredentials` component parameter]({%slug upload-overview%}#upload-parameters) to `true`.