Error : Unknow result

Last post 05-16-2013, 12:21 PM by Kenneth. 13 replies.
Sort Posts: Previous Next
  •  10-17-2011, 6:54 AM 70415

    Error : Unknow result

    IIS :  7.5
    Application Type : ASP.Net 4.0 Web Application
    Application Pool Details: Name : DefaultAppPool
                                            .Net Framework : V4.0
                                            Managed Pipeline Mode : Integrated
    Folder Permissions for UploaderTemp : Security -> Group or User names : Had set "DefaultAppPool" to Full Control
     
    The user manual of AjaxUploader says : You should ensure that the ASPNET user (NetworkService in Windows Server 2003) has read/write permission to this specified folder - UploaderTemp.
     
    For development purpose, I use Windows 7. Finally, the site will be deployed to Windows Server 2008 R2.
     
    When I try to upload files, I get the following error:
     
    The AjaxUploader control works perfectly fine and able to upload files only if I use the query string:Default.aspx?UploaderDebug=1
    I had checked for other posts in the same forum.But could not find proper solution. How to resolve this error?
  •  10-17-2011, 7:59 AM 70421 in reply to 70415

    Re: Error : Unknow result

    Hi sansindia85,
     
    Do you get the same issue by the example page below(also use UploaderDebug=1)?
     
    <%@ Page Language="C#" %>

    <%@ Register Namespace="CuteWebUI" Assembly="CuteWebUI.AjaxUploader" TagPrefix="CuteWebUI" %>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head id="Head1" runat="server">
        <title>example</title>
    </head>
    <body>
        <form id="form1" runat="server">
            <CuteWebUI:UploadAttachments ID="uploader1" runat="server">
            </CuteWebUI:UploadAttachments>
        </form>
    </body>
    </html>
     
    Regards,
     
    Ken
  •  10-17-2011, 9:22 AM 70426 in reply to 70421

    Re: Error : Unknow result


    Thanks for the reply.IIS : 7.5
    Application Type : ASP.Net 4.0 Web Application
    Application Pool Details: Name : DefaultAppPool
    .Net Framework : V4.0
    Managed Pipeline Mode : Integrated
    Folder Permissions for UploaderTemp : Security -> Group or User names : Had set "DefaultAppPool" to Full Control
    Scenario 1)
     
    Scenario 2)
    When I use
    http://localhost/AjaxUploaderDeployment/Default.aspx       <--I get the following error as mentioned in the screenshot.
  •  10-18-2011, 9:08 AM 70453 in reply to 70426

    Re: Error : Unknow result

    Hi sansindia85 ,
     
    Just confirm it, are you testing the example page i posted above?
     
    Are you using the IIS7 URL rewriter module?
     
    Regards,
     
    Ken
  •  10-18-2011, 12:09 PM 70459 in reply to 70453

    Re: Error : Unknow result

    Hi Ken,
     
    Just confirm it, are you testing the example page i posted above?
    Yes.
     
    Are you using the IIS7 URL rewriter module?
    No, I'm not using it. I still need to explore it.
     
    Regards,
    sans.
  •  10-19-2011, 11:11 PM 70484 in reply to 70459

    Re: Error : Unknow result

    Hi Ken,
     
    I need to sort out this problem and need immediate help from your support team to resolve this problem.
     
    Regards,
    sans
  •  10-21-2011, 3:49 AM 70498 in reply to 70484

    Re: Error : Unknow result

    Hi,
     
    The problem is that ,
     
    the <form> 's action is empty :
     
    <form action="" ....>
     
    try rename it to Page1.aspx
     
    If Page1.aspx works , we will improve the logic that when the form's action is empty.
     
    Regards,
    Terry
     
  •  10-21-2011, 8:58 AM 70503 in reply to 70498

    Re: Error : Unknow result

    Hi Terry,
     
    Thanks a lot, its working.
     
    Regards,
    sans
  •  11-25-2011, 8:24 AM 71639 in reply to 70503

    Re: Error : Unknow result

    Hi Terry,
     
    I'm using ASP.Net 4.0 web forms with master pages.
     
    Earlier, I used to have only one web page Default.aspx. The AjaxUploader controls are present in the same page and I had set action attribute to the value Default.aspx. Your trick worked out.
    But, right now I have multiple pages such as Login.apx, About.aspx.
     
    If I set the action to Default.aspx (see below) in my Site.Master then my Login.aspx does not work out.So, I had to remove action attribute and the error gets repeated as mentioned in the first post of this thread.
    <form runat="server" action="Default.aspx">
     
    What is the workaround to get rid of this error?
    Please try to help me out as it is very urgent.
     
    Regards,
    sans.
  •  11-25-2011, 12:49 PM 71644 in reply to 71639

    Re: Error : Unknow result

    Hi sansindia85,
     
    The action setting is not necessary for Ajaxuploader.  Try the setting below in your web.config <appsettings> section.
     
    <add key="CuteWebUI.AjaxUploader.RewritePath" value="False" />
     
    If does not work for you. Please send us the uploader test page url which does not contains the action setting. So we can check it.
     
    Regards,
     
    Ken
  •  11-29-2011, 6:14 AM 71699 in reply to 71644

    Re: Error : Unknow result

    Hi Ken,
     
    Thanks for the appsetting.It works fine.
    Can you please provide any alternate solution to the problem mentioned in the below thread?
     
    Regards,
    sans.
  •  11-29-2011, 7:51 AM 71706 in reply to 71699

    Re: Error : Unknow result

    Hi sansindia85,
     
    The development team still working on this issue.
     
    Regards,
     
    Ken 
  •  05-16-2013, 6:04 AM 77443 in reply to 71706

    Re: Error : Unknow result

    Hi Ken,

     

    I'm still getting this error ocassionaly in the client machine.

     

    Is that problem solved?

     

    Regards

    Sandeep

  •  05-16-2013, 12:21 PM 77446 in reply to 77443

    Re: Error : Unknow result

    Hi sansindia85,

     

    If you mean the 1400 files issue, we have not a good solution for it yet. The development team still finding a way to fix this. Sorry for your inconveninece.

     

    Regards,

     

    Ken 

View as RSS news feed in XML