Skip to content

Commit 74eb4cf

Browse files
authored
Update How to persist uploaded files
1 parent d5706cf commit 74eb4cf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

controls/asyncupload/how-to/how-to-persist-uploaded-files.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ position: 3
1616

1717
Indeed **RadAsyncUpload** persists its client state(it is a hidden field on the client side that contains information about RadAsyncUploadcontrol) until an exact control triggers a postback. When that happens the client state is reset.
1818

19+
>note In order to persist the files after a postback, the **RadAsyncUpload** has to be rendered on the page.
20+
>
21+
1922
**PostbackTriggers** property is a string array and it can be set from the markup or from the code behind. In case that the property is set from the markup and from the code behind, the value from the code behind is taking in mind.
2023

2124
````ASPNET

0 commit comments

Comments
 (0)