Skip to content

Commit 9c8a058

Browse files
committed
Remove outdated AsyncUpload article section
1 parent 6c1b2e7 commit 9c8a058

File tree

1 file changed

+0
-10
lines changed
  • controls/asyncupload/client-side-programming

1 file changed

+0
-10
lines changed

controls/asyncupload/client-side-programming/overview.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,6 @@ var upload = $find("<%= RadAsyncUpload1.ClientID %>");
2626

2727
Once you have access to a client-side object, you can use it to call its client-side methods, as shown in the following examples.
2828

29-
## Using RadAsyncUpload with jQuery Intellisense
30-
31-
You can use [jQuery Intellisense]({%slug introduction/radcontrols-for-asp.net-ajax-fundamentals/using-jquery/jquery-intellisense%}) to get the client object of **RadAsyncUpload** as shown in this sample code:
32-
33-
````JavaScript
34-
function pageLoad() {
35-
var asyncUpload = $telerik.toAsyncUpload("RadAsyncUpload1");
36-
}
37-
````
38-
3929
## RadAsyncUpload
4030

4131
The following example uses only a single **RadAsyncUpload** control and demonstrates how by using client-side object the you can add an additional upload row tovisually demonstrate that the control can upload several files:

0 commit comments

Comments
 (0)