Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDevelopment and...Development and...Building ExtensionsBuilding ExtensionsModulesModuleshow intregate an radupload in custom module?how intregate an radupload in custom module?
Previous
 
Next
New Post
12/20/2010 11:35 AM
 
Hello,


I would like include a radupload into my custom module.

ASCX:

<%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %>
 
<telerik:RadUpload ID="RadUpload1" runat="server" TargetFolder="~/images" MaxFileInputsCount="1" OverwriteExistingFiles="false" ControlObjectsVisibility="RemoveButtons" OnFileExists="RadUpload1_FileExists" >
</telerik:RadUpload>

CS:
In a button click
if (RadUpload1.UploadedFiles.Count > 0)
            {
                foreach (Telerik.Web.UI.UploadedFile postedFile in RadUpload1.UploadedFiles)
                {
                       ...My code
                }
}


But RadUpload1.UploadedFiles.Count always display 0.

Where is the problem?

Thanks

 
New Post
12/20/2010 12:51 PM
 
please note, at present there are no dotnetnuke wrappers for radupload, so only users of a valid telerik licence (or dotnetnuke PE/EE customers who have such as licence) can use. Whilst your code looks fine, it might be that you dont have a valid licence and so the control does not return the expected values.

Buy the new Professional DNN7: Open Source .NET CMS Platform book Amazon US
 
New Post
12/20/2010 2:44 PM
 
you can also review (and post) on Telerik forums: http://www.telerik.com/community/forums.aspx
 
New Post
5/2/2011 6:43 PM
 
Can RadUpload be used with CE in 5.6.2?
 
New Post
5/3/2011 5:02 AM
 
AFAIK radupload has already be incorporated into webupload control of DNN 5.6.2

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
Previous
 
Next
HomeHomeDevelopment and...Development and...Building ExtensionsBuilding ExtensionsModulesModuleshow intregate an radupload in custom module?how intregate an radupload in custom module?


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out