Forums

Problem with Upload control's progress bar using it with dnn (DotNetNuke)

Last post 6/14/2010 11:11 PM by James Harrelson. 14 replies.
Sort Posts: Previous Next
  • bessem zbidi

    Problem with Upload control's progress bar using it with dnn (DotNetNuke)

    6/23/2009 6:16 AM
    • Not Ranked
    • Joined on 6/23/2009
    • Posts 7

     Hi,

    It's first time that i post hier cause i didn't find any solution.

    my problem consist on the way using the upload control's progress bar with dnn.

    when i run the control whith dnn the progress bar don't work and i got a the error exception below:

    documentElement' has a  Null value or it is not an object.

    Thank you for your help i'am waiting for any reply.

  • Andrew R (Developer Express)

    Re: Problem with Upload control's progress bar using it with dnn (DotNetNuke)

    6/24/2009 3:42 AM

    Hi!

    Could you check the following settings in your site web.config:

    <system.web>

        <httpModules>

            <add type="DevExpress.Web.ASPxClasses.ASPxHttpHandlerModule, DevExpress.Web.v9.1, Version=9.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" name="ASPxHttpHandlerModule" />

        </httpModules>

        <httpHandlers>

            <add type="DevExpress.Web.ASPxUploadControl.ASPxUploadProgressHttpHandler, DevExpress.Web.v9.1, Version=9.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a"

                verb="GET" path="ASPxUploadProgressHandlerPage.ashx" validate="false" />

        </httpHandlers>

    </system.web>

    <system.webServer>

        <security>

            <requestFiltering>

                <requestLimits maxAllowedContentLength="2097151000" />

            </requestFiltering>

        </security>

        <validation validateIntegratedModeConfiguration="false" />

        <modules>

            <add type="DevExpress.Web.ASPxClasses.ASPxHttpHandlerModule, DevExpress.Web.v9.1, Version=9.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" name="ASPxHttpHandlerModule" />

        </modules>

        <handlers>

            <add type="DevExpress.Web.ASPxUploadControl.ASPxUploadProgressHttpHandler, DevExpress.Web.v9.1, Version=9.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" verb="GET"

                path="ASPxUploadProgressHandlerPage.ashx" name="ASPxUploadProgressHandler" preCondition="integratedMode" />

        </handlers>

    </system.webServer>

    These settings are necessary to make the progress bar work correctly when uploading a file.

  • bessem zbidi

    Re: Problem with Upload control's progress bar using it with dnn (DotNetNuke)

    6/24/2009 7:48 AM
    • Not Ranked
    • Joined on 6/23/2009
    • Posts 7

    Hi,

    Thanks for your reply but the problem persist.

    It's work fine in webform but when i put it in .ascx control form for dnn  it throw out an exception:

    documentElement' has a  Null value or it is not an object.

    Thank you for your reply  i'am waiting for.

  • Vlad K (DevExpress)

    Re: Problem with Upload control's progress bar using it with dnn (DotNetNuke)

    6/24/2009 11:53 AM
    • Not Ranked
    • Joined on 3/10/2009
    • Posts 9

    We've attached our sample DNN module containing the ASPxUploadControl.
    Please install it, and let us know whether the progress bar works correctly.
    You can learn how to install a DNN module from the followig resource:
    http://www.siteground.com/tutorials/dotnetnuke/dotnetnuke_modules.htm


    Also, it would be better if you upload your sample project to our Support Center, and provide us with information about the DNN version.

    Thanks,
    Vlad K

    R&D, ASP.Net Team
    Developer Express Inc.

    PS. If you wish to receive direct assistance from our Support Team, use Support Center at http://www.devexpress.com/Support/Center
  • bessem zbidi

    Re: Problem with Upload control's progress bar using it with dnn (DotNetNuke)

    6/24/2009 12:18 PM
    • Not Ranked
    • Joined on 6/23/2009
    • Posts 7

     Thank you for your help.

    I have the same problem , i think that the mistake is in the  UploadingProgressChanged event handler of ASPxUploadControl.

    My DNN version intalled on my computer: dnn 5

     

    Please it's very needy to resolve my problem.

     

     

  • bessem zbidi

    Re: Problem with Upload control's progress bar using it with dnn (DotNetNuke)

    6/24/2009 12:22 PM
    • Not Ranked
    • Joined on 6/23/2009
    • Posts 7

     Thank you for your reply.

    The problem with the progress bar persist i think that the mistakes is in the UploadingProgressChanged event handler of ASPxUploadControl.

    My dnn version is dnn5

    Please give me hand it very needy to resolve my problem.

  • Fred Johnson

    Re: Problem with Upload control's progress bar using it with dnn (DotNetNuke)

    7/2/2009 3:22 PM
    • Not Ranked
    • Joined on 4/7/2009
    • Posts 30

     I'm trying to replace a PowerWeb file upload control with yours and I'm having the same problem as above in a normal aspx page.

    I'm even cutting and pasting all of your code as a proof of concept and as soon as I either enable the progress bar (ShowProgressPanel="true") or I attach to the UploadingProgressChanged event I get a null reference error on return xmlDoc.documentElement.getAttribute(attrName); where documentElement = null.

     Hmm, I just added all of the above to my web.config (changing to 9.1.5 of course) and it works now, no errors.

  • Vlad K (DevExpress)

    Re: Problem with Upload control's progress bar using it with dnn (DotNetNuke)

    7/3/2009 3:29 AM
    • Not Ranked
    • Joined on 3/10/2009
    • Posts 9

    Could you please upload your sample project to our Support Center

    Thanks,
    Vlad K

    R&D, ASP.Net Team
    Developer Express Inc.

    PS. If you wish to receive direct assistance from our Support Team, use Support Center at http://www.devexpress.com/Support/Center
  • bessem zbidi

    Re: Problem with Upload control's progress bar using it with dnn (DotNetNuke)

    7/3/2009 5:36 AM
    • Not Ranked
    • Joined on 6/23/2009
    • Posts 7

    Thank you for help,

    I have  installed the following DXExperience v9.1.5 but i have the same problem with dnn.

    I have attached a sample project .Into this project i have  the web config and the control .ascx who contain the the upload control.

     

    I'm waitting for your help.

  • bessem zbidi

    Re: Problem with Upload control's progress bar using it with dnn (DotNetNuke)

    7/3/2009 5:41 AM
    • Not Ranked
    • Joined on 6/23/2009
    • Posts 7

    Thank you for help

    I have installed the folowing DXExperience V9.1.5 but i have the same problem whith DNN.

    For the sample project i have attached, into this project i attached the webconfig and the .ascx .

    I'm waitin for your help.

  • Serge (DevExpress Support)

    Re: Problem with Upload control's progress bar using it with dnn (DotNetNuke)

    7/7/2009 5:23 AM
    • Top 200 Contributor
    • Joined on 9/11/2007
    • Posts 99

    We've just resolved this problem (http://www.devexpress.com/issue=B38521). You're welcome to request the fix right now. For more details about this service, please read Julian's blog at http://community.devexpress.com/blogs/ctodx/archive/2008/07/10/getting-your-fix-the-devexpress-way.aspx

    Regards,
    Serge

    DevExpress Support Team

    PS. If you wish to receive direct assistance from our Support Team, use Support Center at http://www.devexpress.com/Support/Center
  • bessem zbidi

    Re: Problem with Upload control's progress bar using it with dnn (DotNetNuke)

    7/9/2009 5:18 AM
    • Not Ranked
    • Joined on 6/23/2009
    • Posts 7

     Hi,

    Thank you, Thank you, Thank you, Thank you for all your help ,It's work fine.

     

     

     

  • József Polgár

    Re: Problem with Upload control's progress bar using it with dnn (DotNetNuke)

    10/16/2009 5:49 AM
    • Not Ranked
    • Joined on 5/8/2007
    • Posts 4

     Hi,

    We use DevExpress version 9.2.4.0, and if we turn on prograssbar on updatePanel, it still throws the same javascript error.

    We checked webconfig, and everithing in it which required. (We decided to not use the progressbar)

    Gr, Imre

  • Serge (DevExpress Support)

    Re: Problem with Upload control's progress bar using it with dnn (DotNetNuke)

    10/16/2009 6:32 AM
    • Top 200 Contributor
    • Joined on 9/11/2007
    • Posts 99

    Imre: Please post a new Bug Report to the Support Center and provide a sample llustrating the problem in action.  We'll test it and try to figure out what's wrong.

    P.S. I recommend that you update to v2009 vol 2.6 and test how it works beforehand.

    Regards,
    Serge

    DevExpress Support Team

    PS. If you wish to receive direct assistance from our Support Team, use Support Center at http://www.devexpress.com/Support/Center
  • James Harrelson

    Re: Problem with Upload control's progress bar using it with dnn (DotNetNuke)

    6/14/2010 11:11 PM
    • Not Ranked
    • Joined on 1/27/2009
    • Posts 1

    Hello I have version 10.1.4 and it continuos with the same problem, but I don't use DNN, I only implement the Upload Control

More from DevExpress
Live Chat
Have a pre-sales question?
Need assistance with your evaluation?
We are here to help.
Chat is one of the many ways you can contact members of the DevExpress Team. We are available Monday-Friday between 8:30am and 5:00pm Pacific Time.
If you need additional product information, require pre-sales assistance, or want help with your order, write to us at info@devexpress.com or call us at
+1 (818) 844-3383.