This is a migrated thread and some comments may be shown as answers.

Questions about installation of RadUpload

1 Answer 42 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Boris
Top achievements
Rank 1
Boris asked on 30 Oct 2012, 01:38 PM
I'm trying to install a RadUpload component in the FormTemplate of a RadGrid.  I'm looking at the instructions in http://www.telerik.com/help/aspnet-ajax/upload-getting-started.html.

I see what looks like a discrepancy between steps 1 and 4. 

The image in Step one shows an httpModules item = <add name="RadUploadModule" type="Telerik.Web.UI.RadUploadHttpModule" /> 
Step 4 states that the item should be <add name="RadUploadModule" type="Telerik.Web.UI.RadUploadHttpModule, Telerik.Web.UI" />

Why the extra part?  (Come to think of it, there's the same feature in step 6.)

Also, I think I have it installed well enough to test (at least as far as getting a file into the default Files folder.)  Still I wonder if I have it exact.  When I have the FormTemplate open for editing, the RadLoad control is the one thing I cannot directly select on the screen.  (I can select it in the Properties dropdown.)  Is this normal?

1 Answer, 1 is accepted

Sort by
0
Plamen
Telerik team
answered on 01 Nov 2012, 01:18 PM
Hello Boris,

 
You can use the one below although  basically there should be no difference:

<add name="RadUploadModule" type="Telerik.Web.UI.RadUploadHttpModule"/>

I am attaching a sample web page with recommended way to use RadAsyncUpload. Hope this will be helpful. 

Regards,
Plamen
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.
Tags
Upload (Obsolete)
Asked by
Boris
Top achievements
Rank 1
Answers by
Plamen
Telerik team
Share this question
or