Upload button not working

Last post 05-22-2013, 12:03 PM by Kenneth. 3 replies.
Sort Posts: Previous Next
  •  05-02-2013, 10:22 AM 77342

    Upload button not working

    Hi,

     

    We have your dotnet Gallery which has been working fine, just installed it on a IIS7 server and the upload button does not work.  When you click on it nothing happens.

     

    The new category does work however.  

     

    Any ideas what the problem might be?

     

    Daniel 

  •  05-02-2013, 12:13 PM 77344 in reply to 77342

    Re: Upload button not working

    Hi Daniel,

     

    I think you did not set up the upload module correct.

     

    Please refer to http://cutesoft.net/ASP.NET+Image+Gallery/Deployment.aspx step3, it has two sections, please try it one by one. The upload module code depends on your application pool mode.

     

    3. Add Uploader httpModule to web.config's httpModules list

    IIS 6.0 and IIS 7.0 Classic mode
    <system.web>
       <httpModules>
         <add name="DotNetGallery.UploadModule" type="DotNetGallery.UploadModule,DotNetGallery"/>
        </httpModules>
    </system.web>

    IIS 7.0 Integrated mode
    <system.webServer>
       <modules>
         <add name="DotNetGallery.UploadModule" type="DotNetGallery.UploadModule,DotNetGallery"/>
       </modules>
    </system.webServer>

     

    Regards,

     

    Ken 

  •  05-21-2013, 2:16 PM 77466 in reply to 77344

    Re: Upload button not working

    Hi,

     

    No luck still not working, also can't upload any documents on the new version of the rich text editor.

     

    The IIS server running in intergrated mode.

     

                <modules>
                      <add name="CuteWebUI.UploadModule" type="CuteWebUI.UploadModule,CuteWebUI.AjaxUploader"/>
                      <add name="UploadModule" type="RTE.UploadModule,RichTextEditor"/>
                      <add name="DotNetGallery.UploadModule" type="DotNetGallery.UploadModule,DotNetGallery"/>
                </modules>

     

    It was running fine on IIS 6 on WIndows 2003 server only seems to be a problem on the new server.

     

     

  •  05-22-2013, 12:03 PM 77471 in reply to 77466

    Re: Upload button not working

    Hi Daniel,

     

    Can you post your uploader page url here? So we can check it for you.

     

    Or send to Kenneth@CuteSoft.net

     

    Regards,

     

    Ken 

View as RSS news feed in XML