Skip to content

Commit 0c17b01

Browse files
authored
docs(asyncupload): update the flash related info
1 parent b12cba9 commit 0c17b01

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

controls/asyncupload/overview.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ position: 0
1616

1717
>note Files are stored in a temporary location *until a postback* occurs. Temporary files are also deleted after a set amount of time defined by the [TemporaryFileExpiration](https://docs.telerik.com/devtools/aspnet-ajax/api/server/Telerik.Web.UI/RadAsyncUpload#temporaryfileexpiration) property. (**Default value: 4 hours**)
1818
19-
The control *supports web farm* scenarios. Upload progress is available in this scenario as long as Flash or Silverlight is installed on the client machine.
19+
2020
![Overview](images/asyncupload-overview.png)
2121

2222
## Get started with the RadAsyncUpload
@@ -79,14 +79,14 @@ Finally, all processed temporary files are deleted. Temporary files are also del
7979

8080
## Validation
8181

82-
Validation for **RadAsyncUpload** differs from validation in **RadUpload** as it is now possible to validate size on the client, as long as the **File API** upload module is used or there is Silverlight or Flash installed on the client's browser. If the validation fails, **RadAsyncUpload** will fire **OnClientValidationFailed**.
82+
Validation for **RadAsyncUpload** differs from validation in **RadUpload** as it is now possible to validate size on the client, as long as the **File API** upload module is used or there is Silverlight or Flash installed on and supported by the client's browser. If the validation fails, **RadAsyncUpload** will fire **OnClientValidationFailed**.
8383

8484
## Different built-in upload modules
8585
Internally, **RadAsyncUpload** can choose between four modules for uploading - File API, IFrame, Flash and Silverlight. The module with the highest priority and most features supported is File API. The Silverlight and Flash modules are a fallback if File API is not supported and any of the two technologies are available. The final fallback is an upload using the IFrame module supported in all browsers.
8686

8787
## Web Farms
8888

89-
In web farms, each server will need to use the *same MachineKey* that **RadAsyncUpload** uses for encryption. Most web farms should already have their MachineKeys synchronized as this is the recommended approach for web farm deployment.
89+
In web farms, each server will need to use the *same MachineKey* that **RadAsyncUpload** uses for encryption. Most web farms should already have their MachineKeys synchronized as this is the recommended approach for web farm deployment. For more information see the [How to integrate RadControls for ASP.NET AJAX in a WebFarm or WebGarden scenario](https://www.telerik.com/blogs/integrate-radcontrols-for-asp.net-ajax-in-a-webfarm-or-webgarden) blog post.
9090

9191
## What is the max file size that the AsyncUpload can handle?
9292

0 commit comments

Comments
 (0)