Hi Stephan,
The only things that the AsyncUpload control needs, are a ScriptManager to pe present on the page (doesn't matter if it's the regular one or RadScriptManager, but only one instance of it), and the registration of the
Telerik.Web.UI.WebResource.axd in the web.config file. The options you see in the designer are just suggestions.
When a postback of the page occurs, the file is set to the folder, specified by the
TargetFolder property of the upload. You can also choose to save the file manually using the
OnFileUploaded server event.
You can read more about how to set up RadAsyncUpload in the following help article:
http://www.telerik.com/help/aspnet-ajax/asyncupload-getting-started.html
You can also check out our live demos, which cover a lot of the different usages of the upload:
http://demos.telerik.com/aspnet-ajax/asyncupload/examples/overview/defaultcs.aspx?product=asyncupload
All the best,
Bozhidar
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their
blog feed now